Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5bd8fe

Browse files
committed
Adjust comment to reflect that we now have Hot Standby. Pointed out by
Robert Haas.
1 parent f495020 commit c5bd8fe

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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.

0 commit comments

Comments
 (0)