Add pg_rewind, for re-synchronizing a master server after failback.
Earlier versions of this tool were available (and still are) on github. Thanks to Michael Paquier, Alvaro Herrera, Peter Eisentraut, Amit Kapila, and Satoshi Nagayasu for review.
Showing
src/bin/pg_rewind/.gitignore
0 → 100644
src/bin/pg_rewind/Makefile
0 → 100644
src/bin/pg_rewind/fetch.c
0 → 100644
src/bin/pg_rewind/fetch.h
0 → 100644
src/bin/pg_rewind/file_ops.c
0 → 100644
src/bin/pg_rewind/file_ops.h
0 → 100644
src/bin/pg_rewind/filemap.c
0 → 100644
This diff is collapsed.
src/bin/pg_rewind/filemap.h
0 → 100644
This diff is collapsed.
src/bin/pg_rewind/logging.c
0 → 100644
src/bin/pg_rewind/logging.h
0 → 100644
src/bin/pg_rewind/nls.mk
0 → 100644
This diff is collapsed.
This diff is collapsed.
src/bin/pg_rewind/timeline.c
0 → 100644
Please register or sign in to comment