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

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

From
Andres Freund
Date:
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(-)