OSDN Git Service

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)
commita3694b420f194ba26f3bf721f4a53fc0a43c2581
treec7381cad0c118f47d04f3b2a986f3ca95b0dc038
parent9892ddf5ee0c1c82e879f4bb20bf1f53b4241a45
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]