pgsql: Fix quoting of ACL item in table for upgrade binary compatibilit - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix quoting of ACL item in table for upgrade binary compatibilit
Date
Msg-id E1mnYUq-00038y-HD@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ac1c7458b17633d1e53a01393d12774c10cb6a91

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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Add table to regression tests for binary-compatibility checks in
Next
From: Tom Lane
Date:
Subject: pgsql: Use appropriate -Wno-warning switches when compiling bitcode.