pgsql: Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries
Date
Msg-id E1sICc8-001WRk-29@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries.

Oversight in 534287403.  We missed this up to now because the
core regression tests create no such entries (at least up to
this test), so the only way to see the failure is to do
"make installcheck" in an installation where some other DB
has such entries.  I happened to do that just now ...

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01aa88f71208c2af143b044553b89df4438de33e

Modified Files
--------------
src/test/regress/expected/misc_sanity.out | 2 +-
src/test/regress/sql/misc_sanity.sql      | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Next
From: Tom Lane
Date:
Subject: pgsql: Clean out column-level pg_init_privs entries when dropping table