Marginal performance improvements in dynahash: make sure that everything

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fba2a104c6d6888013f4c27c0a7a67960b6c9b74
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-06T00:19:14Z
Releases: 8.1.0
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.

Files

PathChange+/−
src/backend/utils/hash/dynahash.c modified +118 −90