Skip to content

Commit 9ee7d53

Browse files
committed
adjust dblink regression expected output for commit 5da9868
Seems the -1/singular output is used in the dblink regression tests. Reported-by: Álvaro Herrera Discussion: https://postgr.es/m/20210330231506.GA10666@alvherre.pgsql
1 parent 7bebd0d commit 9ee7d53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/dblink/expected/dblink.out

+3-3
Original file line numberDiff line numberDiff line change
@@ -1099,9 +1099,9 @@ SELECT *
10991099
FROM dblink('myconn',
11001100
'SELECT * FROM (VALUES (''-1 2:03:04'')) i')
11011101
AS i(i interval);
1102-
i
1103-
-------------------
1104-
-1 days -02:03:04
1102+
i
1103+
------------------
1104+
-1 day -02:03:04
11051105
(1 row)
11061106

11071107
-- Try swapping to another format to ensure the GUCs are tracked

0 commit comments

Comments
 (0)