diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-08-12 23:24:54 +0000 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-08-12 23:24:54 +0000 |
commit | 30c22eb8fc9cb0d359a4a943f0fcc0418bbca523 (patch) | |
tree | 319b0b1bb578a26a4e0b62cf79998282669e5ebb /src/include/access/xlog.h | |
parent | 00f76dbffa1e3ff8ff5499cd90d84e886bfb8cbf (diff) | |
download | postgresql-30c22eb8fc9cb0d359a4a943f0fcc0418bbca523.tar.gz postgresql-30c22eb8fc9cb0d359a4a943f0fcc0418bbca523.zip |
Correct sundry errors in Hot Standby-related comments.
Fujii Masao
Diffstat (limited to 'src/include/access/xlog.h')
-rw-r--r-- | src/include/access/xlog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index 07c1bb10e99..3d8ffbba615 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.115 2010/07/29 22:27:27 sriggs Exp $ + * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.116 2010/08/12 23:24:54 rhaas Exp $ */ #ifndef XLOG_H #define XLOG_H @@ -149,7 +149,7 @@ extern bool InRecovery; * InHotStandby will read as FALSE). * * In DISABLED state, we're performing crash recovery or hot standby was - * disabled in recovery.conf. + * disabled in postgresql.conf. * * In INITIALIZED state, we've run InitRecoveryTransactionEnvironment, but * we haven't yet processed a RUNNING_XACTS or shutdown-checkpoint WAL record |