OSDN Git Service

Clean up some really grotty coding in catcache.c, improve hashing
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Feb 2000 03:36:59 +0000 (03:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Feb 2000 03:36:59 +0000 (03:36 +0000)
commitd8cedf67ad85799676c46f4c9f620fe4e91f71f8
treec511337416ca5d1ca7516ba5aaa9cd50b2204cad
parenta60c9e33e96a8f3694d94143d65ec6ee1fb3414b
Clean up some really grotty coding in catcache.c, improve hashing
performance in catcache lookups.
src/backend/access/hash/hashfunc.c
src/backend/utils/adt/int.c
src/backend/utils/cache/catcache.c
src/include/access/hash.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_type.h
src/include/utils/builtins.h
src/include/utils/catcache.h
src/include/utils/int8.h