mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 18:07:33 +08:00
Remove outdated comment
Author: Thomas Munro <thomas.munro@enterprisedb.com>
This commit is contained in:
@ -29,10 +29,6 @@
|
||||
* 0xFFFFFFFF/xxxx_XACTS_PER_PAGE/SLRU_PAGES_PER_SEGMENT. We need
|
||||
* take no explicit notice of that fact in slru.c, except when comparing
|
||||
* segment and page numbers in SimpleLruTruncate (see PagePrecedes()).
|
||||
*
|
||||
* Note: slru.c currently assumes that segment file names will be four hex
|
||||
* digits. This sets a lower bound on the segment size (64K transactions
|
||||
* for 32-bit TransactionIds).
|
||||
*/
|
||||
#define SLRU_PAGES_PER_SEGMENT 32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user