mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Update outdated commit; xlp_rem_len field is in page header now.
Spotted by Amit Kapila
This commit is contained in:
parent
dcd5af6c34
commit
8f85667a86
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user