]> granicus.if.org Git - postgresql/commit
Add option to include WAL in base backup
authorMagnus Hagander <magnus@hagander.net>
Sun, 30 Jan 2011 20:30:09 +0000 (21:30 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 30 Jan 2011 20:30:09 +0000 (21:30 +0100)
commit507069de6dbe18c2163f27fbc780673eef8c5622
tree092966169a76263b98ed927619a4e82599e4d8c5
parent5d5678d7c3b336a5aacf15d66ac3ebccaab929f2
Add option to include WAL in base backup

When included, this makes the base backup a complete working
"clone" of the initial database, ready to have a postmaster
started against it without the need to set up any log archiving
or similar.

Magnus Hagander, reviewed by Fujii Masao and Heikki Linnakangas
doc/src/sgml/protocol.sgml
doc/src/sgml/ref/pg_basebackup.sgml
src/backend/replication/basebackup.c
src/backend/replication/repl_gram.y
src/backend/replication/repl_scanner.l
src/backend/replication/walsender.c
src/bin/pg_basebackup/pg_basebackup.c
src/include/replication/walsender.h