projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff93005
)
Accept pgxc_node as containing no pinned objects
author
Tomas Vondra
<
[email protected]
>
Sun, 9 Jul 2017 16:33:35 +0000
(18:33 +0200)
committer
Tomas Vondra
<
[email protected]
>
Sun, 9 Jul 2017 16:33:35 +0000
(18:33 +0200)
The misc_sanity test checks for catalogs containing no pinned objects
after initdb. As pgxc_node is empty at that point (as expected), it got
caught by the new regression test. So add it to expected output.
src/test/regress/expected/misc_sanity.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/misc_sanity.out
b/src/test/regress/expected/misc_sanity.out
index f02689660bd3170a4b4c6d44081c47668eddd2f2..9ec52da89f7f62928b38e8fb69bc7610cec74fa0 100644
(file)
--- a/
src/test/regress/expected/misc_sanity.out
+++ b/
src/test/regress/expected/misc_sanity.out
@@
-76,3
+76,4
@@
NOTICE: pg_database contains unpinned initdb-created object(s)
NOTICE: pg_extension contains unpinned initdb-created object(s)
NOTICE: pg_rewrite contains unpinned initdb-created object(s)
NOTICE: pg_tablespace contains unpinned initdb-created object(s)
+NOTICE: pgxc_node contains unpinned initdb-created object(s)