Gene Selkov's SEG datatype (GiST example code)
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Dec 2000 20:40:33 +0000 (20:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Dec 2000 20:40:33 +0000 (20:40 +0000)
commit3e9ca7f9c47435e52c181f7d4638b07a71b66f27
tree95f3f8ffea899b0b007806768acdaaa09fe42a5f
parent5529da95ae0274c8817c4fc10cb38c372a25f6f9
Gene Selkov's SEG datatype (GiST example code)
14 files changed:
contrib/seg/Makefile [new file with mode: 0644]
contrib/seg/README.seg [new file with mode: 0644]
contrib/seg/buffer.c [new file with mode: 0644]
contrib/seg/buffer.h [new file with mode: 0644]
contrib/seg/data/test_seg.data [new file with mode: 0644]
contrib/seg/expected/seg.out [new file with mode: 0644]
contrib/seg/seg-validate.pl [new file with mode: 0755]
contrib/seg/seg.c [new file with mode: 0644]
contrib/seg/seg.sql.in [new file with mode: 0644]
contrib/seg/segdata.h [new file with mode: 0644]
contrib/seg/segparse.y [new file with mode: 0644]
contrib/seg/segscan.l [new file with mode: 0644]
contrib/seg/sort-segments.pl [new file with mode: 0755]
contrib/seg/sql/seg.sql [new file with mode: 0644]