Reduce the default size of the PortalHashTable in order to save a
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 Nov 2004 22:48:01 +0000 (22:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 Nov 2004 22:48:01 +0000 (22:48 +0000)
commit54da6aca8ec1cb95209743bf025fe09c24a2c858
treefa4e2662cd8d3f33daf7c1263d8e91952f297459
parent334c59253a96f1f7f7e37df3ada376e05ece2a92
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.
src/backend/utils/mmgr/portalmem.c