Обсуждение: pgsql: Simplify the pg_dump/pg_restore error reporting macros, and allo

Поиск
Список
Период
Сортировка

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

От
Bruce Momjian
Дата:
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(-)