Skip to content

Commit 2d8871f

Browse files
author
Konstantin Knizhnik
committed
Update comments
1 parent 77a1238 commit 2d8871f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6683,7 +6683,7 @@ GetInsertRecPtr(void)
66836683
* either from a cached last written LSN or a global maximum last written LSN.
66846684
* If rnode is InvalidOid then we calculate maximum among all cached LSN and maxLastWrittenLsn.
66856685
* If cache is large enough, iterating through all hash items may be rather expensive.
6686-
* But GetLastWrittenLSN(InvalidOid) is used only by zenith_dbsize which is not performance critical.
6686+
* But GetLastWrittenLSN(InvalidOid) is used only by neon_dbsize which is not performance critical.
66876687
*/
66886688
XLogRecPtr
66896689
GetLastWrittenLSN(RelFileLocator rlocator, ForkNumber forknum, BlockNumber blkno)
@@ -6746,7 +6746,7 @@ GetLastWrittenLSN(RelFileLocator rlocator, ForkNumber forknum, BlockNumber blkno
67466746
* either from a cached last written LSN or a global maximum last written LSN.
67476747
* If rnode is InvalidOid then we calculate maximum among all cached LSN and maxLastWrittenLsn.
67486748
* If cache is large enough, iterating through all hash items may be rather expensive.
6749-
* But GetLastWrittenLSN(InvalidOid) is used only by zenith_dbsize which is not performance critical.
6749+
* But GetLastWrittenLSN(InvalidOid) is used only by neon_dbsize which is not performance critical.
67506750
*/
67516751
void
67526752
GetLastWrittenLSNv(RelFileLocator relfilenode, ForkNumber forknum,

0 commit comments

Comments
 (0)