Accept pgxc_node as containing no pinned objects
authorTomas Vondra <[email protected]>
Sun, 9 Jul 2017 16:33:35 +0000 (18:33 +0200)
committerTomas 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

index f02689660bd3170a4b4c6d44081c47668eddd2f2..9ec52da89f7f62928b38e8fb69bc7610cec74fa0 100644 (file)
@@ -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)