From 704ddaaa094063f4c5beb2f68375726b37f162f5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 6 Aug 2006 03:53:44 +0000 Subject: 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. --- src/include/catalog/catversion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/catalog/catversion.h') diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 8d93308fce..dbf0395905 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.346 2006/08/02 01:59:47 joe Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.347 2006/08/06 03:53:44 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200608011 +#define CATALOG_VERSION_NO 200608051 #endif -- cgit v1.2.1