From ed3ea3fa0c02a88753c5a162a1fe94e67604b627 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 12 Aug 2010 23:25:45 +0000 Subject: Correct sundry errors in Hot Standby-related comments. Fujii Masao --- src/include/catalog/pg_control.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/catalog') diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h index f3fdb05d550..03270d36bdd 100644 --- a/src/include/catalog/pg_control.h +++ b/src/include/catalog/pg_control.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.57 2010/06/03 20:37:13 alvherre Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.57.2.1 2010/08/12 23:25:45 rhaas Exp $ * *------------------------------------------------------------------------- */ @@ -45,7 +45,7 @@ typedef struct CheckPoint /* * Oldest XID still running. This is only needed to initialize hot standby * mode from an online checkpoint, so we only bother calculating this for - * online checkpoints and only when archiving is enabled. Otherwise it's + * online checkpoints and only when wal_level is hot_standby. Otherwise it's * set to InvalidTransactionId. */ TransactionId oldestActiveXid; -- cgit v1.2.3