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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify the pg_dump/pg_restore error reporting macros, and allo
Date: 2011-11-29 21:35:02
Message-ID: E1RVVKQ-0003oh-U1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-11-29 21:35:18 Re: Allow pg_dumpall to use dumpmem.c functions, simplify exit code
Previous Message Bruce Momjian 2011-11-29 21:32:40 pgsql: Suggest configure options for server developers.