]> granicus.if.org Git - postgresql/commit
I've attached a simple patch which should improve the performance of
authorBruce Momjian <bruce@momjian.us>
Mon, 25 Feb 2002 04:06:52 +0000 (04:06 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 25 Feb 2002 04:06:52 +0000 (04:06 +0000)
commitf5dff44736911b10c83d2717ca53ad90dd967758
tree6e4068345b5599efd5cab5b82cd66f531f676da0
parent7464e7f25ae56da1c4231c637b243a957431979b
I've attached a simple patch which should improve the performance of
hashname() and reduce the penalty incured when NAMEDATALEN is increased.
I posted this to -hackers a couple days ago, and there haven't been any
major complaints. It passes the regression tests. See -hackers for more
discussion, as well as the suggestion from Tom Lane on which this patch
is based.

Unless anyone sees any problems, please apply for 7.3.

Cheers,

Neil Conway
src/backend/access/hash/hashfunc.c
src/backend/utils/cache/catcache.c
src/include/access/hash.h