adjust dblink regression expected output for commit 5da9868ed9
authorBruce Momjian <[email protected]>
Tue, 30 Mar 2021 23:46:22 +0000 (19:46 -0400)
committerBruce Momjian <[email protected]>
Tue, 30 Mar 2021 23:46:31 +0000 (19:46 -0400)
Seems the -1/singular output is used in the dblink regression tests.

Reported-by: Álvaro Herrera
Discussion: https://postgr.es/m/20210330231506[email protected]

contrib/dblink/expected/dblink.out

index 6516d4f13133e3be2d88303b63e4cb0340accc86..33ceaddd89cb579c796f58b3ae4ec453b326df85 100644 (file)
@@ -1099,9 +1099,9 @@ SELECT *
 FROM dblink('myconn',
     'SELECT * FROM (VALUES (''-1 2:03:04'')) i')
   AS i(i interval);
-         i         
--------------------
- -1 days -02:03:04
+        i         
+------------------
+ -1 day -02:03:04
 (1 row)
 
 -- Try swapping to another format to ensure the GUCs are tracked