pgsql: Fix one more portability shortcoming in new test_pg_dump test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix one more portability shortcoming in new test_pg_dump test.
Дата
Msg-id E1s1ojj-000nzs-A3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix one more portability shortcoming in new test_pg_dump test.

If the bootstrap superuser's name requires quoting, regroleout
will supply double quotes ... but the result of CURRENT_USER
is just the literal name.  Apply quote_ident() to ensure a match.

Per Andrew Dunstan's off-list investigation of buildfarm member
prion's failures.

Branch
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Remove one example related to pg_input_error_info()
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Disallow converting a table to a view within an outer SQL comman