Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit672efc0

Browse files
committed
Update obsolete comment. Noted by Josh Tolley.
1 parent7b81782 commit672efc0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎src/backend/access/transam/xlogutils.c

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
14-
* $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.70 2010/02/09 21:43:29 tgl Exp $
14+
* $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.71 2010/07/08 16:08:30 tgl Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -227,11 +227,9 @@ XLogCheckInvalidPages(void)
227227
* LockBuffer(buffer, BUFFER_LOCK_EXCLUSIVE), for reading from the main
228228
* fork.
229229
*
230-
* (Getting the lock is not really necessary, since we expect that this is
231-
* only used during single-process XLOG replay, but some subroutines such
232-
* as MarkBufferDirty will complain if we don't. And hopefully we'll get
233-
* hot standby support in the future, where there will be backends running
234-
* read-only queries during XLOG replay.)
230+
* (Getting the buffer lock is not really necessary during single-process
231+
* crash recovery, but some subroutines such as MarkBufferDirty will complain
232+
* if we don't have the lock. In hot standby mode it's definitely necessary.)
235233
*
236234
* The returned buffer is exclusively-locked.
237235
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp