diff options
Diffstat (limited to 'src/include/catalog/pg_control.h')
| -rw-r--r-- | src/include/catalog/pg_control.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
