OSDN Git Service

New contrib module for BTREE emulation in GiST.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Aug 2001 18:27:54 +0000 (18:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Aug 2001 18:27:54 +0000 (18:27 +0000)
commita9289708af0bff1c45deae79a7c8f6db75d8ca16
tree1d9f62f2266b322379d797d73b9af640012e0699
parenta54075a6d6df36f4c676486b4711ccfc650bf5e2
New contrib module for BTREE emulation in GiST.
From Oleg Bartunov and Teodor Sigaev.
contrib/Makefile
contrib/README
contrib/btree_gist/Makefile [new file with mode: 0644]
contrib/btree_gist/README.btree_gist [new file with mode: 0644]
contrib/btree_gist/btree_gist.c [new file with mode: 0644]
contrib/btree_gist/btree_gist.sql.in [new file with mode: 0644]
contrib/btree_gist/data/test_btree.data [new file with mode: 0644]
contrib/btree_gist/data/test_btree_ts.data [new file with mode: 0644]
contrib/btree_gist/expected/btree_gist.out [new file with mode: 0644]
contrib/btree_gist/sql/btree_gist.sql [new file with mode: 0644]