mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 05:30:37 +00:00
Return end record LSN in log_newpages_copy
This commit is contained in:
committed by
Konstantin Knizhnik
parent
9617b8d328
commit
89496a32d0
@@ -159,7 +159,7 @@ log_newpages_copy(NRelFileInfo * rinfo, ForkNumber forkNum, BlockNumber blkno,
|
||||
page_std);
|
||||
}
|
||||
|
||||
return ProcLastRecPtr;
|
||||
return GetXLogInsertRecPtr();
|
||||
}
|
||||
#endif /* PG_MAJORVERSION_NUM >= 17 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user