postgresql/contrib/btree_gin
Tom Lane 901be0fad4 Remove all the special-case code for INT64_IS_BUSTED, per decision that
we're not going to support that anymore.

I did keep the 64-bit-CRC-with-32-bit-arithmetic code, since it has a
performance excuse to live.  It's a bit moot since that's all ifdef'd
out, of course.
2010-01-07 04:53:35 +00:00
..
expected Ooops, missed that a couple of contrib modules have calls to byteacmp. 2009-08-04 18:49:50 +00:00
sql Ooops, missed that a couple of contrib modules have calls to byteacmp. 2009-08-04 18:49:50 +00:00
Makefile Add btree_gin contrib module. 2009-03-25 23:20:01 +00:00
btree_gin.c Remove all the special-case code for INT64_IS_BUSTED, per decision that 2010-01-07 04:53:35 +00:00
btree_gin.sql.in Add btree_gin contrib module. 2009-03-25 23:20:01 +00:00
uninstall_btree_gin.sql Add btree_gin contrib module. 2009-03-25 23:20:01 +00:00