]> granicus.if.org Git - postgresql/commit
Enclosed below I have a patch to allow a btree index on the int8 type.
authorBruce Momjian <bruce@momjian.us>
Sun, 14 Mar 1999 05:09:05 +0000 (05:09 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 14 Mar 1999 05:09:05 +0000 (05:09 +0000)
commit817a3e6d394227f715e55ec7e71ee737e9bdb9aa
tree25d9b421d342c4783b5ff2344f60429a7cda17fb
parentf9f458be10643d1a1fe525ed64b14c5e3b2b1e9a
Enclosed below I have a patch to allow a btree index on the int8 type.

I would like some feedback on what the hash function for the int8 hash
function
in the ./backend/access/hash/hashfunc.c should return.

Also, could someone (maybe Tomas Lockhart?) look-over the patch and make
sure
the system table entries are correct?  I've tried to research them as
much as I
could, but some of them are still not clear to me.

Thanks,
-Ryan
src/backend/access/hash/hashfunc.c
src/backend/access/nbtree/nbtcompare.c
src/include/catalog/pg_amop.h
src/include/catalog/pg_amproc.h
src/include/catalog/pg_opclass.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h