Re: cube patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: cube patch
Date
Msg-id 200209120025.g8C0PvS15985@candle.pha.pa.us
Whole thread Raw
In response to cube patch  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Bruno Wolff III wrote:
> 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.

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Please rename split(text,text,int) to splitpart
Next
From: Bruce Momjian
Date:
Subject: Re: fmgr.h: PG_NARGS() for number of arguments passed