pgsql: If pg_test_fsync is interrupted, clean up the temp file.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If pg_test_fsync is interrupted, clean up the temp file.
Date: 2011-12-09 20:07:07
Message-ID: E1RZ6ip-0002ER-Eg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

If pg_test_fsync is interrupted, clean up the temp file.

Marti Raudsepp, with additional paranoia by me.

Branch
------
master

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

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2011-12-09 21:13:14 npgsql - Npgsql2: Removed NpgsqlConnector finalizer call.
Previous Message Peter Eisentraut 2011-12-09 18:43:38 pgsql: Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAM