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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Backport "Expose fsync_fname as a public API".
Date: 2014-11-15 00:34:27
Message-ID: E1XpRJr-0002kk-16@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 cc52d5b33ff5df29de57dcae9322214cfe9c8464 back to 9.1
to allow backpatching some unlogged table fixes that use fsync_fname.

Branch
------
REL9_3_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-11-15 00:34:31 pgsql: Sync unlogged relations to disk after they have been reset.
Previous Message Andres Freund 2014-11-15 00:34:22 pgsql: Sync unlogged relations to disk after they have been reset.