OSDN Git Service

Marginal hack to use a specialized hash function for dynahash hashtables
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Apr 2005 20:32:43 +0000 (20:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Apr 2005 20:32:43 +0000 (20:32 +0000)
commit055467d5049b928ebc8e38c2bc479413db64eab6
treee5142d61ac99ab3fd429d99fd3b311988405f417
parent162bd08b3f2e6783d1d75ae79f86fc444d34a28d
Marginal hack to use a specialized hash function for dynahash hashtables
whose keys are OIDs.  The only one that looks particularly performance
critical is the relcache hashtable, but as long as we've got the function
we may as well use it wherever it's applicable.
src/backend/postmaster/pgstat.c
src/backend/utils/cache/relcache.c
src/backend/utils/cache/typcache.c
src/backend/utils/fmgr/fmgr.c
src/backend/utils/hash/hashfn.c
src/include/utils/hsearch.h