Make contrib/seg work with flex 2.5.31. Fix it up to have a real

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 043be9ad9647a0e407f22b7718d632c113953dc8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-09-14T02:18:49Z
Releases: 7.4.1
Make contrib/seg work with flex 2.5.31.  Fix it up to have a real
btree operator class, too, since in PG 7.4 you can't GROUP without one.

Files

PathChange+/−
contrib/seg/buffer.c deleted +0 −84
contrib/seg/buffer.h deleted +0 −8
contrib/seg/expected/seg.out modified +16 −22
contrib/seg/Makefile modified +3 −3
contrib/seg/README.seg modified +0 −6
contrib/seg/seg.c modified +8 −10
contrib/seg/segparse.y modified +1 −35
contrib/seg/segscan.l modified +67 −17
contrib/seg/seg.sql.in modified +20 −5