pgsql: Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries
Date: 2024-06-14 19:29:32
Message-ID: E1sICc8-001WRk-29@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-06-14 20:20:53 pgsql: Clean out column-level pg_init_privs entries when dropping table
Previous Message Masahiko Sawada 2024-06-14 01:09:34 pgsql: Reintroduce dead tuple counter in pg_stat_progress_vacuum.