diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/pg_control.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h index 0e1132052e7..84c148c2abd 100644 --- a/src/include/catalog/pg_control.h +++ b/src/include/catalog/pg_control.h @@ -8,7 +8,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/pg_control.h,v 1.33 2006/10/04 00:30:07 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.34 2006/12/08 19:50:53 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -22,7 +22,7 @@ /* Version identifier for this pg_control format */ -#define PG_CONTROL_VERSION 822 +#define PG_CONTROL_VERSION 831 /* * Body of CheckPoint XLOG records. This is declared here because we keep @@ -102,8 +102,6 @@ typedef struct ControlFileData */ DBState state; /* see enum above */ time_t time; /* time stamp of last pg_control update */ - uint32 logId; /* current log file id */ - uint32 logSeg; /* current log file segment, + 1 */ XLogRecPtr checkPoint; /* last check point record ptr */ XLogRecPtr prevCheckPoint; /* previous check point record ptr */ |
