pgsql: Simplify the pg_dump/pg_restore error reporting macros, and allo

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Simplify the pg_dump/pg_restore error reporting macros, and allo
Дата
Msg-id E1RVVKQ-0003oh-U1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Simplify the pg_dump/pg_restore error reporting macros, and allow
pg_dumpall to use the same memory allocation functions as the others.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8b08deb0d1ee04a82130e640e48e302a3456817a

Modified Files
--------------
src/bin/pg_dump/Makefile             |    4 +-
src/bin/pg_dump/dumpmem.c            |   12 +++++-----
src/bin/pg_dump/dumputils.c          |   31 +++++++++++++++++++++++++
src/bin/pg_dump/dumputils.h          |    4 +++
src/bin/pg_dump/pg_backup.h          |    4 ---
src/bin/pg_dump/pg_backup_archiver.c |   41 ++-------------------------------
src/bin/pg_dump/pg_backup_archiver.h |    1 -
src/bin/pg_dump/pg_backup_custom.c   |    1 +
src/bin/pg_dump/pg_backup_files.c    |    1 +
src/bin/pg_dump/pg_dump_sort.c       |    7 +++--
src/bin/pg_dump/pg_dumpall.c         |   39 +-------------------------------
src/tools/msvc/Mkvcbuild.pm          |    1 +
12 files changed, 54 insertions(+), 92 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Suggest configure options for server developers.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: When a row fails a not-null constraint, show row's contents in e