]> granicus.if.org Git - postgresql/commit
Add support for forcing a switch to a new xlog file; cause such a switch
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Aug 2006 03:53:44 +0000 (03:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Aug 2006 03:53:44 +0000 (03:53 +0000)
commit704ddaaa094063f4c5beb2f68375726b37f162f5
treeefe430ad85dc54372e03a7ef8186785efcf46900
parentc0dc166adc2d2e545ba1cacb7dfce1c013a92fef
Add support for forcing a switch to a new xlog file; cause such a switch
to happen automatically during pg_stop_backup().  Add some functions for
interrogating the current xlog insertion point and for easily extracting
WAL filenames from the hex WAL locations displayed by pg_stop_backup
and friends.  Simon Riggs with some editorialization by Tom Lane.
doc/src/sgml/backup.sgml
doc/src/sgml/func.sgml
src/backend/access/transam/xlog.c
src/include/access/xlog_internal.h
src/include/catalog/catversion.h
src/include/catalog/pg_control.h
src/include/catalog/pg_proc.h