]> granicus.if.org Git - postgresql/commit
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)
commit7f1711f29dd6e44753d5845f707bda5fac6166a0
tree4020e0284889bc5d775023d46d637c115b10edc2
parent183e8b911c452de056fe8d355017c9edd1ee3c74
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