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

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

Commit: 03e47392e0c383ea75a1aac9294c4e0f4eb4d20f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-09-14T01:52:25Z
Releases: 7.4.1
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

PathChange+/−
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