Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8f85667

Browse files
committed
Update outdated commit; xlp_rem_len field is in page header now.
Spotted by Amit Kapila
1 parent dcd5af6 commit 8f85667

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ begin:;
10911091
/* Use next buffer */
10921092
updrqst = AdvanceXLInsertBuffer(false);
10931093
curridx = Insert->curridx;
1094-
/* Insert cont-record header */
1094+
/* Mark page header to indicate this record continues on the page */
10951095
Insert->currpage->xlp_info |= XLP_FIRST_IS_CONTRECORD;
10961096
Insert->currpage->xlp_rem_len = write_len;
10971097
freespace = INSERT_FREESPACE(Insert);

0 commit comments

Comments
 (0)