]> granicus.if.org Git - postgresql/commit
This is a comprehensive set of diffs (versus current CVS) that replaces those
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Sep 2002 00:26:00 +0000 (00:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Sep 2002 00:26:00 +0000 (00:26 +0000)
commite57ab0456506b3f68b4d8f446c58e6677e120294
treeedb12f4d9daa3d3d939affd45845e9be667a8e0f
parenteb5bf513725d7a51a4a467202b6bb9dbf8417c80
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
contrib/cube/CHANGES
contrib/cube/README.cube
contrib/cube/cube.c
contrib/cube/cube.sql.in
contrib/cube/cubedata.h
contrib/cube/cubeparse.y
contrib/cube/expected/cube.out
contrib/cube/sql/cube.sql