From: Peter Eisentraut Date: Fri, 30 Jun 2017 18:43:05 +0000 (-0400) Subject: Remove outdated comment X-Git-Tag: REL_10_BETA2~46 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=1acc04e4045d4e863c14d144f8c2bf18b80da504;p=postgresql.git Remove outdated comment Author: Thomas Munro --- 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