pgsql: pg_dump: Fix quoting of domain constraint names

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: pg_dump: Fix quoting of domain constraint names
Дата
Msg-id E1aMkll-0000ud-CE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_dump: Fix quoting of domain constraint names

The original code was adding double quotes to an already-quoted
identifier, leading to nonsensical results.  Remove the quoting call.

I introduced the broken code in 7eca575d1c of 9.5 era, so backpatch to
9.5.

Report and patch by Elvis Pranskevichus
Reviewed by Michael Paquier

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1e910cf5baf35721b1d889bd3e976e49e0694857

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pg_dump: Fix quoting of domain constraint names
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Improve completion of FDW DDL commands