pgsql: Simplify the pg_dump/pg_restore error reporting macros, and allo - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Simplify the pg_dump/pg_restore error reporting macros, and allo
Date
Msg-id E1RVVKQ-0003oh-U1@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Suggest configure options for server developers.
Next
From: Tom Lane
Date:
Subject: pgsql: When a row fails a not-null constraint, show row's contents in e