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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix quoting of ACL item in table for upgrade binary compatibilit
Дата
Msg-id E1mnYUq-00038z-Hf@gemulon.postgresql.org
обсуждение исходный текст
Список 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/048f3ee618552790125a5412b5c8a4b48a36a480

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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Add table to regression tests for binary-compatibility checks in
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Use appropriate -Wno-warning switches when compiling bitcode.