pgsql: Arrange for on_exit_nicely to be thread-safe.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Arrange for on_exit_nicely to be thread-safe.
Date: 2012-04-03 12:39:29
Message-ID: E1SF31F-0000Zg-SA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Arrange for on_exit_nicely to be thread-safe.

Extracted from Joachim Wieland's parallel pg_dump patch, with some
additional comments by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5e86c61a7eec0fdc6961493a150159fa8fc63b1c

Modified Files
--------------
src/bin/pg_dump/dumputils.c | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-04-04 00:44:15 pgsql: Fix a couple of contrib/dblink bugs.
Previous Message Peter Eisentraut 2012-04-03 05:15:10 pgsql: Add support for renaming domain constraints