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

Commit33839b5

Browse files
committed
Fix leftover reference to background writer performing checkpoints.
This was changed in PostgreSQL 9.2, but somehow this comment nevergot updated.
1 parenta94b703 commit33839b5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ typedef struct XLogCtlData
617617
* During recovery, we keep a copy of the latest checkpoint record here.
618618
* lastCheckPointRecPtr points to start of checkpoint record and
619619
* lastCheckPointEndPtr points to end+1 of checkpoint record. Used by the
620-
*background writer when it wants to create a restartpoint.
620+
*checkpointer when it wants to create a restartpoint.
621621
*
622622
* Protected by info_lck.
623623
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp