Marginal hack to use a specialized hash function for dynahash hashtables

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

Commit: 055467d5049b928ebc8e38c2bc479413db64eab6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-14T20:32:43Z
Releases: 8.1.0
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.

Files