mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Consistently use the function name CreateCheckPoint in code and comments.
Author: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACVZmKsvDjtd45+9oTcnjUJtC4LF2BYK8TpWT1f=NjJX3w@mail.gmail.com
This commit is contained in:
@ -3907,7 +3907,7 @@ MarkBufferDirtyHint(Buffer buffer, bool buffer_std)
|
||||
* never gets written, so crash recovery will fix.
|
||||
*
|
||||
* It's possible we may enter here without an xid, so it is
|
||||
* essential that CreateCheckpoint waits for virtual transactions
|
||||
* essential that CreateCheckPoint waits for virtual transactions
|
||||
* rather than full transactionids.
|
||||
*/
|
||||
MyProc->delayChkpt = delayChkpt = true;
|
||||
|
Reference in New Issue
Block a user