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)
39073907 * never gets written, so crash recovery will fix.
39083908 *
39093909 * 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
39113911 * rather than full transactionids.
39123912 */
39133913 MyProc -> delayChkpt = delayChkpt = true;
Original file line number Diff line number Diff line change @@ -1182,7 +1182,7 @@ standby_redo(XLogReaderState *record)
11821182 * starting to accumulate changes at a point just prior to when we derive
11831183 * the snapshot on the primary, then ignore duplicates when we later apply
11841184 * 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
11861186 * our starting point and then write the running xacts record immediately
11871187 * before writing the main checkpoint WAL record. Since we always start
11881188 * up from a checkpoint and are immediately at our starting point, we
You can’t perform that action at this time.
0 commit comments