Return end record LSN in log_newpages_copy

This commit is contained in:
Kosntantin Knizhnik
2025-07-17 15:19:46 +03:00
committed by Konstantin Knizhnik
parent 9617b8d328
commit 89496a32d0

View File

@@ -159,7 +159,7 @@ log_newpages_copy(NRelFileInfo * rinfo, ForkNumber forkNum, BlockNumber blkno,
page_std);
}
return ProcLastRecPtr;
return GetXLogInsertRecPtr();
}
#endif /* PG_MAJORVERSION_NUM >= 17 */