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 E1XpRJy-0002mC-Cp@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_1_STABLE

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

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.