pgsql: Fix pg_dump output of policies.

Поиск
Список
Период
Сортировка
От Joe Conway
Тема pgsql: Fix pg_dump output of policies.
Дата
Msg-id E1ZJvXM-0004nV-0D@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pg_dump output of policies.

pg_dump neglected to wrap parenthesis around USING and WITH CHECK
expressions -- fixed. Reported by Noah Misch.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/510aad31eaf2129d28ae3dbfc58f98775192ee94

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: pgsql: Fix pg_dump output of policies.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Another attempt at fixing memory leak in xlogreader.