pgsql: Fix quoting of ACL item in table for upgrade binary compatibilit

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix quoting of ACL item in table for upgrade binary compatibilit
Date: 2021-11-18 03:54:00
Message-ID: E1mnYUq-000394-IV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix quoting of ACL item in table for upgrade binary compatibility checks

Per buildfarm member prion, that runs the regression tests under a role
name that uses a hyphen. Issue introduced by 835bcba.

Discussion: https://postgr.es/m/YZW4MvzCZ+hQ34vw@paquier.xyz
Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/82bb97ed63cb206e8ecc0fe0d8bc3b8d2d336144

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-11-18 19:50:49 pgsql: Use appropriate -Wno-warning switches when compiling bitcode.
Previous Message Michael Paquier 2021-11-18 02:19:30 Re: pgsql: Add table to regression tests for binary-compatibility checks in