Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.

Robert Haas <rhaas@postgresql.org>

Commit: 5b2b444f66363ee4132b9e398c0535fa59765a63
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-07-07T19:05:21Z
Releases: 9.2.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