Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1acc04e

Browse files
committed
Remove outdated comment
Author: Thomas Munro <thomas.munro@enterprisedb.com>
1 parent 4260c05 commit 1acc04e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/include/access/slru.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
* 0xFFFFFFFF/xxxx_XACTS_PER_PAGE/SLRU_PAGES_PER_SEGMENT. We need
3030
* take no explicit notice of that fact in slru.c, except when comparing
3131
* segment and page numbers in SimpleLruTruncate (see PagePrecedes()).
32-
*
33-
* Note: slru.c currently assumes that segment file names will be four hex
34-
* digits. This sets a lower bound on the segment size (64K transactions
35-
* for 32-bit TransactionIds).
3632
*/
3733
#define SLRU_PAGES_PER_SEGMENT 32
3834

0 commit comments

Comments
 (0)