postgresql/src/bin/pg_xlogdump
Magnus Hagander d8b4c3490c 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:32 +02:00
..
.gitignore Update .gitignore for new rmgr, changed paths. 2015-04-29 15:53:00 -04:00
compat.c Move pg_xlogdump from contrib/ to src/bin/ 2015-04-21 19:03:49 -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:32 +02:00
rmgrdesc.c Improve includes introduced in the replication origins patch. 2015-08-06 12:41:59 +02:00
rmgrdesc.h Move pg_xlogdump from contrib/ to src/bin/ 2015-04-21 19:03:49 -04:00