pgsql: Adjust OLDSERXID_MAX_PAGE based on BLCKSZ. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.
Date
Msg-id E1Qetx5-0000Cs-P1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case
Next
From: Robert Haas
Date:
Subject: pgsql: Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.