diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 1ea7e9f996..72c6e2061f 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -1091,7 +1091,7 @@ begin:; /* Use next buffer */ updrqst = AdvanceXLInsertBuffer(false); curridx = Insert->curridx; - /* Insert cont-record header */ + /* Mark page header to indicate this record continues on the page */ Insert->currpage->xlp_info |= XLP_FIRST_IS_CONTRECORD; Insert->currpage->xlp_rem_len = write_len; freespace = INSERT_FREESPACE(Insert);