projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bebd0d
)
adjust dblink regression expected output for commit 5da9868ed9
author
Bruce Momjian
<
[email protected]
>
Tue, 30 Mar 2021 23:46:22 +0000
(19:46 -0400)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/contrib/dblink/expected/dblink.out
b/contrib/dblink/expected/dblink.out
index 6516d4f13133e3be2d88303b63e4cb0340accc86..33ceaddd89cb579c796f58b3ae4ec453b326df85 100644
(file)
--- 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 day
s
-02:03:04
+ i
+------------------
+ -1 day -02:03:04
(1 row)
-- Try swapping to another format to ensure the GUCs are tracked