pgsql: Expose fsync_fname as a public API.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Expose fsync_fname as a public API.
Date: 2013-09-04 15:47:06
Message-ID: E1VHFIQ-0004I0-UJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Expose fsync_fname as a public API.

Andres Freund

Branch
------
master

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

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 Heikki Linnakangas 2013-09-04 20:25:20 pgsql: Keep heavily-contended fields in XLogCtlInsert on different cach
Previous Message Tom Lane 2013-09-03 22:56:31 pgsql: Update comments concerning PGC_S_TEST.