]> granicus.if.org Git - postgresql/commit
pg_rewind: Allow writing recovery configuration
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 30 Sep 2019 15:57:35 +0000 (12:57 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 30 Sep 2019 15:57:35 +0000 (12:57 -0300)
commit927474ce1a2498ddb617c6113a88ca61fbba161d
tree990d667eb8503efe288d00ddf08a0c81ebfe876c
parenta12c75a1048295f03cf85533d6dcab5072ba262b
pg_rewind: Allow writing recovery configuration

This is provided with a new switch --write-recovery-conf and reuses the
pg_basebackup code.

Author: Paul Guo, Jimmy Yih, Ashwin Agrawal
Reviewed-by: Alexey Kondratov, Michaël Paquier, Álvaro Herrera
Discussion: https://postgr.es/m/CAEET0ZEffUkXc48pg2iqARQgGRYDiiVxDu+yYek_bTwJF+q=Uw@mail.gmail.com
doc/src/sgml/ref/pg_rewind.sgml
src/bin/pg_rewind/Makefile
src/bin/pg_rewind/libpq_fetch.c
src/bin/pg_rewind/pg_rewind.c
src/bin/pg_rewind/pg_rewind.h