pgsql: Backport "Expose fsync_fname as a public API". - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Backport "Expose fsync_fname as a public API".
Date
Msg-id E1XpRJr-0002kk-16@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Ensure unlogged tables are reset even if crash recovery errors o
Next
From: Andres Freund
Date:
Subject: pgsql: Sync unlogged relations to disk after they have been reset.