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-000392-I3@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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/49f2b1168a8f4ad29b6c1cf9e448ace5e3c8f901

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.