From: Bruce Momjian Date: Tue, 30 Mar 2021 23:46:22 +0000 (-0400) Subject: adjust dblink regression expected output for commit 5da9868ed9 X-Git-Tag: REL_14_BETA1~418 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=9ee7d533dacf8594057ced2d016250f09056c284;p=postgresql.git adjust dblink regression expected output for commit 5da9868ed9 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 --- diff --git a/contrib/dblink/expected/dblink.out b/contrib/dblink/expected/dblink.out index 6516d4f1313..33ceaddd89c 100644 --- a/contrib/dblink/expected/dblink.out +++ b/contrib/dblink/expected/dblink.out @@ -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