pgsql-server/contrib/cube CHANGES README.cube ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/contrib/cube CHANGES README.cube ...
Date
Msg-id 20020912002600.77908476AB1@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.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


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/contrib/intarray _int.c
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/include fmgr.h