The changes I have made are described in CHANGES. This was based on
Bruce Momjian <bruce@momjian.us>
The changes I have made are described in CHANGES. This was based on diffs to 7.3-devel and may not be applicable to 7.2. I have included a change covered by a previous bugfix patch I submitted (the problem with -.1 not being accepted by cube_in). It does not include a fix for the potential buffer overrun issue I reported for cube_yyerror in cubeparse.y. Bruno Wolff III
Files
| Path | Change | +/− |
|---|---|---|
| contrib/cube/cube.c | modified | +247 −202 |
| contrib/cube/cubedata.h | modified | +1 −1 |
| contrib/cube/cubeparse.y | modified | +5 −3 |
| contrib/cube/cubescan.l | modified | +1 −1 |
| contrib/cube/cube.sql.in | modified | +50 −20 |
| contrib/cube/expected/cube.out | modified | +274 −17 |
| contrib/cube/README.cube | modified | +49 −3 |
| contrib/cube/sql/cube.sql | modified | +68 −8 |