pgsql: Reduce the default size of the PortalHashTable in order to save a - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Reduce the default size of the PortalHashTable in order to save a
Date
Msg-id 20041121224803.495223A5064@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reduce the default size of the PortalHashTable in order to save a
few cycles during transaction exit.  A typical session probably
wouldn't have as many as half a dozen portals open at once, so the
original value of 64 seems far larger than needed.

Modified Files:
--------------
    pgsql/src/backend/utils/mmgr:
        portalmem.c (r1.74 -> r1.75)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/portalmem.c.diff?r1=1.74&r2=1.75)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: While fixing plperl and pltcl, I realized plpgsql wasn't doing
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix rounding problem in dynahash.c's decision about when the