Commit 9ee7d533 authored by Bruce Momjian's avatar Bruce Momjian

adjust dblink regression expected output for commit 5da9868e

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
parent 7bebd0d0
...@@ -1099,9 +1099,9 @@ SELECT * ...@@ -1099,9 +1099,9 @@ SELECT *
FROM dblink('myconn', FROM dblink('myconn',
'SELECT * FROM (VALUES (''-1 2:03:04'')) i') 'SELECT * FROM (VALUES (''-1 2:03:04'')) i')
AS i(i interval); AS i(i interval);
i i
------------------- ------------------
-1 days -02:03:04 -1 day -02:03:04
(1 row) (1 row)
-- Try swapping to another format to ensure the GUCs are tracked -- Try swapping to another format to ensure the GUCs are tracked
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment