| From: | momjian(at)postgresql(dot)org (Bruce Momjian - CVS) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/contrib/cube CHANGES README.cube ... |
| Date: | 2002-09-12 00:26:00 |
| Message-ID: | 20020912002600.77908476AB1@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/09/11 20:26:00
Modified files:
contrib/cube : CHANGES README.cube cube.c cube.sql.in
cubedata.h cubeparse.y
contrib/cube/expected: cube.out
contrib/cube/sql: cube.sql
Log message:
This is a comprehensive set of diffs (versus current CVS) that replaces those
attached to the same message with the Earth Distance patches.
Recent changes include changing the subscript in one place I forgot
in the previous bugfix patch. A couple of added regression tests, which
should help catch this mistake if it reappears.
I also put in a limit of 100 dimensions in cube_large and cube_in to
prevent making it easy to create very large cubes. Changing one define
in cubedata.h will raise the limit if some needs more dimensions.
Bruno Wolff III
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2002-09-12 00:26:42 | pgsql-server/src/include fmgr.h |
| Previous Message | Bruce Momjian - CVS | 2002-09-12 00:24:46 | pgsql-server/contrib/intarray _int.c |