pgsql: pg_dump: Miscellaneous tightening based on recent refactorings.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: pg_dump: Miscellaneous tightening based on recent refactorings.
Дата
Msg-id E1Ry628-0000h9-7k@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_dump: Miscellaneous tightening based on recent refactorings.

Use exit_horribly() and ExecuteSqlQueryForSingleRow() in various
places where it's equivalent, or nearly equivalent, to the prior
coding. Apart from being more compact, this also makes the error
messages for the wrong-number-of-tuples case more consistent.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |  249 ++++++++++----------------------------------
1 files changed, 57 insertions(+), 192 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: pg_dump: Remove global connection pointer.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix longstanding error in contrib/intarray's int[] & int[] opera