File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.413 2010/05/15 20:01:32 rhaas Exp $
10+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.414 2010/05/27 00:38:39 heikki Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -7531,7 +7531,7 @@ CreateRestartPoint(int flags)
75317531 * restartpoint, we can't perform a new restart point. We still update
75327532 * minRecoveryPoint in that case, so that if this is a shutdown restart
75337533 * point, we won't start up earlier than before. That's not strictly
7534- * necessary, but when we get hot standby capability , it would be rather
7534+ * necessary, but when hot standby is enabled , it would be rather
75357535 * weird if the database opened up for read-only connections at a
75367536 * point-in-time before the last shutdown. Such time travel is still
75377537 * possible in case of immediate shutdown, though.
You can’t perform that action at this time.
0 commit comments