We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3a82bc6 commit8f5dcb5Copy full SHA for 8f5dcb5
src/backend/access/transam/xloginsert.c
@@ -435,12 +435,12 @@ XLogInsert(RmgrId rmid, uint8 info)
435
* XLogRecData chain, ready for insertion with XLogInsertRecord().
436
*
437
* The record header fields are filled in, except for the xl_prev field. The
438
- * calculated CRC does not includexl_prev either.
+ * calculated CRC does not includethe record header yet.
439
440
* If there are any registered buffers, and a full-page image was not taken
441
- * of all them, *page_writes_omitted is set totrue. This signals that the
442
- * assembled record is only good for insertion on the assumption that the
443
- * RedoRecPtr and doPageWrites values were up-to-date.
+ * of allofthem, *fpw_lsn is set tothe lowest LSN among such pages. This
+ *signals that theassembled record is only good for insertion on the
+ *assumption that theRedoRecPtr and doPageWrites values were up-to-date.
444
*/
445
staticXLogRecData*
446
XLogRecordAssemble(RmgrIdrmid,uint8info,