aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-06-30 14:43:05 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-06-30 14:43:05 -0400
commit1acc04e4045d4e863c14d144f8c2bf18b80da504 (patch)
tree0c1a7bbf3791793056d418dd16cc63d5d8ee37f8 /src
parent4260c05c6d5ffed8f61d97ec26ebadd991a97c14 (diff)
downloadpostgresql-1acc04e4045d4e863c14d144f8c2bf18b80da504.tar.gz
postgresql-1acc04e4045d4e863c14d144f8c2bf18b80da504.zip
Remove outdated comment
Author: Thomas Munro <thomas.munro@enterprisedb.com>
Diffstat (limited to 'src')
-rw-r--r--src/include/access/slru.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/access/slru.h b/src/include/access/slru.h
index f1b4d6cc9dc..d829a6fab45 100644
--- a/src/include/access/slru.h
+++ b/src/include/access/slru.h
@@ -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