[COMMITTERS] pgsql: Add -F option to pg_receivexlog, for specifying fsync interval.

2014-08-08 Thread Fujii Masao
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

[COMMITTERS] pgsql: Small message fixes

2014-08-08 Thread Peter Eisentraut
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.

[COMMITTERS] pgsql: Small message fixes

2014-08-08 Thread Peter Eisentraut
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