File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3907,7 +3907,7 @@ MarkBufferDirtyHint(Buffer buffer, bool buffer_std)
3907
3907
* never gets written, so crash recovery will fix.
3908
3908
*
3909
3909
* It's possible we may enter here without an xid, so it is
3910
- * essential that CreateCheckpoint waits for virtual transactions
3910
+ * essential that CreateCheckPoint waits for virtual transactions
3911
3911
* rather than full transactionids.
3912
3912
*/
3913
3913
MyProc -> delayChkpt = delayChkpt = true;
Original file line number Diff line number Diff line change @@ -1182,7 +1182,7 @@ standby_redo(XLogReaderState *record)
1182
1182
* starting to accumulate changes at a point just prior to when we derive
1183
1183
* the snapshot on the primary, then ignore duplicates when we later apply
1184
1184
* the snapshot from the running xacts record. This is implemented during
1185
- * CreateCheckpoint () where we use the logical checkpoint location as
1185
+ * CreateCheckPoint () where we use the logical checkpoint location as
1186
1186
* our starting point and then write the running xacts record immediately
1187
1187
* before writing the main checkpoint WAL record. Since we always start
1188
1188
* up from a checkpoint and are immediately at our starting point, we
You can’t perform that action at this time.
0 commit comments