We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0916eba commit da9f6a7Copy full SHA for da9f6a7
src/include/access/xlogrecord.h
@@ -73,11 +73,12 @@ typedef struct XLogRecord
73
/*
74
* Header info for block data appended to an XLOG record.
75
*
76
+ * 'data_length' is the length of the rmgr-specific payload data associated
77
+ * with this block. It does not include the possible full page image, nor
78
+ * XLogRecordBlockHeader struct itself.
79
+ *
80
* Note that we don't attempt to align the XLogRecordBlockHeader struct!
81
* So, the struct must be copied to aligned local storage before use.
- * 'data_length' is the length of the payload data associated with this,
- * and includes the possible full-page image, and rmgr-specific data. It
- * does not include the XLogRecordBlockHeader struct itself.
82
*/
83
typedef struct XLogRecordBlockHeader
84
{
0 commit comments