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
Branch
------
REL9_1_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/a392b5247870da806e511ae2aadb0464509f7afe
Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2011-07-07 19:12:06 |
| Subject: pgsql: Reclassify replication-related GUC variables as "master" and"st |
| Previous: | From: Tom Lane | Date: 2011-07-07 17:17:27 |
| Subject: Re: pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case |