From ae35867a39cd990aea2b7e79f929193a32d359e2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 3 Mar 2007 20:02:27 +0000 Subject: Remove undo information from pg_controldata --- never used. Florian G. Pflug --- src/include/access/xlog_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/access') diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h index 217efb4a7c..e2ff478149 100644 --- a/src/include/access/xlog_internal.h +++ b/src/include/access/xlog_internal.h @@ -11,7 +11,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.18 2007/01/05 22:19:51 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.19 2007/03/03 20:02:27 momjian Exp $ */ #ifndef XLOG_INTERNAL_H #define XLOG_INTERNAL_H @@ -71,7 +71,7 @@ typedef struct XLogContRecord /* * Each page of XLOG file has a header like this: */ -#define XLOG_PAGE_MAGIC 0xD05E /* can be used as WAL version indicator */ +#define XLOG_PAGE_MAGIC 0xD05F /* can be used as WAL version indicator */ typedef struct XLogPageHeaderData { -- cgit v1.2.1