diff options
author | Tomas Vondra | 2017-07-09 16:33:35 +0000 |
---|---|---|
committer | Tomas Vondra | 2017-07-09 16:33:35 +0000 |
commit | a54c0f27d7083a37ef92430e25560d33fd9ba91e (patch) | |
tree | 0187707aec5bec36e262f93bbfbd76c8b75cae4f | |
parent | ff930056dfcfc5409ec1e65013afd284d4236a71 (diff) |
Accept pgxc_node as containing no pinned objects
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.
-rw-r--r-- | src/test/regress/expected/misc_sanity.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/regress/expected/misc_sanity.out b/src/test/regress/expected/misc_sanity.out index f02689660b..9ec52da89f 100644 --- 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) |