We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94b703 commit 33839b5Copy full SHA for 33839b5
src/backend/access/transam/xlog.c
@@ -617,7 +617,7 @@ typedef struct XLogCtlData
617
* During recovery, we keep a copy of the latest checkpoint record here.
618
* lastCheckPointRecPtr points to start of checkpoint record and
619
* lastCheckPointEndPtr points to end+1 of checkpoint record. Used by the
620
- * background writer when it wants to create a restartpoint.
+ * checkpointer when it wants to create a restartpoint.
621
*
622
* Protected by info_lck.
623
*/
0 commit comments