]> granicus.if.org Git - postgresql/commit
Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.
authorRobert Haas <rhaas@postgresql.org>
Thu, 7 Jul 2011 19:05:21 +0000 (15:05 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 7 Jul 2011 19:05:21 +0000 (15:05 -0400)
commit5b2b444f66363ee4132b9e398c0535fa59765a63
tree684f902e8ce5d8dfb2c52b9408fe2317134b9ca4
parenta195e3c34f1eeb6a607c342121edf48e49067ea9
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
src/backend/storage/lmgr/predicate.c