Make contrib/seg work with flex 2.5.31. Fix it up to have a real
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |