pgsql: Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.
Date: 2011-07-07 19:09:31
Message-ID: E1Qetx5-0000Cs-P1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5b2b444f66363ee4132b9e398c0535fa59765a63

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-07-07 19:12:06 pgsql: Reclassify replication-related GUC variables as "master" and "st
Previous Message Tom Lane 2011-07-07 17:17:27 Re: pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-07-07 19:09:57 Re: Small SSI issues
Previous Message Robert Haas 2011-07-07 19:06:46 Re: Avoid index rebuilds for no-rewrite ALTER TABLE ALTER TYPE