mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 10:38:53 -04:00
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
This commit is contained in:
parent
7bebd0d009
commit
9ee7d533da
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue