We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4260c05 commit 1acc04eCopy full SHA for 1acc04e
src/include/access/slru.h
@@ -29,10 +29,6 @@
29
* 0xFFFFFFFF/xxxx_XACTS_PER_PAGE/SLRU_PAGES_PER_SEGMENT. We need
30
* take no explicit notice of that fact in slru.c, except when comparing
31
* 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).
36
*/
37
#define SLRU_PAGES_PER_SEGMENT 32
38
0 commit comments