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

Skip to content

Commit 33839b5

Browse files
committed
Fix leftover reference to background writer performing checkpoints.
This was changed in PostgreSQL 9.2, but somehow this comment never got updated.
1 parent a94b703 commit 33839b5

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)