postgresql/doc/src
Fujii Masao 3dad73e71f 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 the event of a crash.

Furuya Osamu, heavily modified by me.
2014-08-08 16:50:54 +09:00
..
sgml Add -F option to pg_receivexlog, for specifying fsync interval. 2014-08-08 16:50:54 +09:00
Makefile Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00