pgsql: Backport "Expose fsync_fname as a public API".

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Backport "Expose fsync_fname as a public API".
Date: 2015-05-04 17:00:22
Message-ID: E1YpJjC-00066a-Qd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Backport "Expose fsync_fname as a public API".

Backport commit b0a48e996bd7ff336ea26344d3d97ad32b22a61a back to 9.0
to allow back-patching another fix that uses fsync_fname.

Branch
------
REL9_0_STABLE

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

Modified Files
--------------
src/backend/storage/file/copydir.c | 57 ------------------------------------
src/backend/storage/file/fd.c | 56 +++++++++++++++++++++++++++++++++++
src/include/storage/fd.h | 1 +
3 files changed, 57 insertions(+), 57 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-05-04 18:04:07 pgsql: Fix the same-rel optimization when creating WAL records.
Previous Message Andrew Dunstan 2015-05-04 16:43:59 pgsql: Fix two small bugs in json's populate_record_worker