Add support for forcing a switch to a new xlog file; cause such a switch

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 704ddaaa094063f4c5beb2f68375726b37f162f5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-08-06T03:53:44Z
Releases: 8.2.0
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.

Files