Add -F option to pg_receivexlog, for specifying fsync interval.
This allows us to specify the maximum time to issue fsync to ensure
the received WAL file is safely flushed to disk. Without this,
pg_receivexlog always flushes WAL file only when it's closed and
which can cause WAL data to be lost at
Small message fixes
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/f25e0bf5e0af01a687395a76e676dadeb4a60d0a
Modified Files
--
src/bin/initdb/initdb.c |2 +-
src/bin/pg_basebackup/pg_basebackup.c |4 ++--
src/bin/pg_dump/pg_backup_tar.
Small message fixes
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/213f0ff938949df3dd64cddd8c71f2da59812216
Modified Files
--
src/bin/initdb/initdb.c |2 +-
src/bin/pg_basebackup/pg_basebackup.c |4 ++--
src/bin/pg_dump/pg_back