]> granicus.if.org Git - postgresql/commit
Marginal performance improvements in dynahash: make sure that everything
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 May 2005 00:19:14 +0000 (00:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 May 2005 00:19:14 +0000 (00:19 +0000)
commitfba2a104c6d6888013f4c27c0a7a67960b6c9b74
treef98d2c1ddd904cd32b3d8012d646736943c6fc9e
parent6f1ca7e457dc1db243b222214a3fe79cc38a940d
Marginal performance improvements in dynahash: make sure that everything
associated with a hashtable is allocated in that hashtable's private
context, so that hash_destroy only has to destroy the context and not
do any retail pfree's; and tighten the inner loop of hash_seq_search.
src/backend/utils/hash/dynahash.c