mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08: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
@ -1100,8 +1100,8 @@ FROM dblink('myconn',
|
||||
'SELECT * FROM (VALUES (''-1 2:03:04'')) i')
|
||||
AS i(i interval);
|
||||
i
|
||||
-------------------
|
||||
-1 days -02:03:04
|
||||
------------------
|
||||
-1 day -02:03:04
|
||||
(1 row)
|
||||
|
||||
-- Try swapping to another format to ensure the GUCs are tracked
|
||||
|
Loading…
Reference in New Issue
Block a user