projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4260c05
)
Remove outdated comment
author
Peter Eisentraut
<
[email protected]
>
Fri, 30 Jun 2017 18:43:05 +0000
(14:43 -0400)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 30 Jun 2017 18:43:05 +0000
(14:43 -0400)
Author: Thomas Munro <
[email protected]
>
src/include/access/slru.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/slru.h
b/src/include/access/slru.h
index f1b4d6cc9dc9e10f2305c19ebf4803a6f1810a42..d829a6fab45b6a0873f5c4400e3b48e79c1fdb7f 100644
(file)
--- 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