Make contrib/cube work with flex 2.5.31. Fix it up to have a real
Tom Lane <tgl@sss.pgh.pa.us>
Make contrib/cube 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/cube/buffer.c | deleted | +0 −85 |
| contrib/cube/buffer.h | deleted | +0 −8 |
| contrib/cube/cube.c | modified | +59 −148 |
| contrib/cube/cubeparse.y | modified | +7 −116 |
| contrib/cube/cubescan.l | modified | +68 −18 |
| contrib/cube/cube.sql.in | modified | +58 −16 |
| contrib/cube/expected/cube.out | modified | +26 −25 |
| contrib/cube/Makefile | modified | +3 −3 |
| contrib/cube/README.cube | modified | +0 −5 |