pgsql: Invent on_exit_nicely for pg_dump.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Invent on_exit_nicely for pg_dump.
Date: 2012-02-16 16:52:14
Message-ID: E1Ry4Z4-0007jG-1f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Invent on_exit_nicely for pg_dump.

Per recent discussions on pgsql-hackers regarding parallel pg_dump.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e9a22259c45e235aaa30f0d068f767d9c0f818a0

Modified Files
--------------
src/bin/pg_dump/common.c | 6 +-
src/bin/pg_dump/compress_io.c | 27 +++---
src/bin/pg_dump/dumputils.c | 34 +++++++-
src/bin/pg_dump/dumputils.h | 4 +
src/bin/pg_dump/pg_backup.h | 6 +-
src/bin/pg_dump/pg_backup_archiver.c | 16 +---
src/bin/pg_dump/pg_backup_db.c | 9 ++
src/bin/pg_dump/pg_backup_directory.c | 17 ++--
src/bin/pg_dump/pg_backup_files.c | 16 ++--
src/bin/pg_dump/pg_backup_tar.c | 24 +++---
src/bin/pg_dump/pg_dump.c | 151 ++++++++++++++++-----------------
src/bin/pg_dump/pg_dump.h | 2 -
src/bin/pg_dump/pg_dumpall.c | 48 +++++-----
src/bin/pg_dump/pg_restore.c | 18 ++--
14 files changed, 207 insertions(+), 171 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-02-16 17:10:19 pgsql: Refactor pg_dump.c to avoid duplicating returns-one-row check.
Previous Message Tom Lane 2012-02-15 21:19:10 pgsql: Run a portal's cleanup hook immediately when pushing it to FAILE