Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.

Robert Haas <rhaas@postgresql.org>

Commit: a392b5247870da806e511ae2aadb0464509f7afe
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-07-07T19:09:17Z
Releases: 9.1.0
Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.

The value when BLCKSZ = 8192 is unchanged, but with larger-than-normal
block sizes we might need to crank things back a bit, as we'll have
more entries per page than normal in that case.

Kevin Grittner

Files

PathChange+/−
src/backend/storage/lmgr/predicate.c modified +7 −1