postgresql/contrib/pg_xlogdump
Magnus Hagander da3f71a080 Retry opening new segments in pg_xlogdump --folllow
There is a small window between when the server closes out the existing
segment and the new one is created. Put a loop around the open call in
this case to make sure we wait for the new file to actually appear.
2016-09-30 11:22:49 +02:00
..
.gitignore Add missing .gitignore file. 2013-02-26 15:58:34 -05:00
compat.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
Makefile Sort $(wildcard) output where needed for reproducible build output. 2016-01-05 15:47:05 -05:00
pg_xlogdump.c Retry opening new segments in pg_xlogdump --folllow 2016-09-30 11:22:49 +02:00
rmgrdesc.c Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more. 2014-03-18 22:23:00 +02:00
rmgrdesc.h pgindent run for release 9.3 2013-05-29 16:58:43 -04:00