-
- Downloads
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
Showing
- src/backend/access/hash/hashfunc.c 7 additions, 1 deletionsrc/backend/access/hash/hashfunc.c
- src/backend/access/nbtree/nbtcompare.c 12 additions, 1 deletionsrc/backend/access/nbtree/nbtcompare.c
- src/include/catalog/pg_amop.h 13 additions, 1 deletionsrc/include/catalog/pg_amop.h
- src/include/catalog/pg_amproc.h 2 additions, 1 deletionsrc/include/catalog/pg_amproc.h
- src/include/catalog/pg_opclass.h 3 additions, 1 deletionsrc/include/catalog/pg_opclass.h
- src/include/catalog/pg_proc.h 5 additions, 1 deletionsrc/include/catalog/pg_proc.h
- src/include/utils/builtins.h 2 additions, 1 deletionsrc/include/utils/builtins.h
Loading
Please register or sign in to comment