pgsql: Clean up after recent pg_dump patches.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up after recent pg_dump patches.
Date: 2011-11-30 01:42:16
Message-ID: E1RVZBg-0007Rh-Jx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up after recent pg_dump patches.

Fix entirely broken handling of va_list printing routines, update some
out-of-date comments, fix some bogus inclusion orders, fix NLS declarations,
fix missed realloc calls.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0195e5c4ab1ac710b280f7834202a7164058379c

Modified Files
--------------
src/bin/pg_dump/common.c | 7 ++---
src/bin/pg_dump/dumpmem.c | 14 +++++------
src/bin/pg_dump/dumpmem.h | 4 +--
src/bin/pg_dump/dumputils.c | 40 +++++++++++++++++++++++++--------
src/bin/pg_dump/dumputils.h | 3 ++
src/bin/pg_dump/nls.mk | 4 +-
src/bin/pg_dump/pg_backup_archiver.c | 26 ++++++++++++---------
src/bin/pg_dump/pg_backup_archiver.h | 2 -
src/bin/pg_dump/pg_dumpall.c | 3 --
src/bin/pg_dump/pg_restore.c | 3 +-
10 files changed, 62 insertions(+), 44 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-11-30 03:35:49 pgsql: Change installation docs to mention general debugging options.
Previous Message Bruce Momjian 2011-11-30 00:12:39 pgsql: In docs, suggest "-O0 -g" only if using a debugger.