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)
commit83cf62fe807cbbee63b4c879261fca88b2dd6ea8
treefab2023e2d42720a3f0cf3894c21dd94bfcd7cb7
parent4a349a8535258642996602eaa16b08597eacf546
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