Return end record LSN in log_newpages_copy

This commit is contained in:
Kosntantin Knizhnik
2025-07-28 21:02:14 +03:00
committed by Konstantin Knizhnik
parent 9617b8d328
commit 89496a32d0
+1 -1
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 */