Final version of my cube patch - fixed test cases, added documentation

From: Joshua Reich <josh(at)root(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: Final version of my cube patch - fixed test cases, added documentation
Date: 2006-07-22 05:18:57
Message-ID: 44C1B541.5010902@root.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Any committers want to take ownership of this?

Thanks,

Joshua Reich


********************************************************************************
Changes that were made in July 2006 by Joshua Reich I.

********************************************************************************

Code Cleanup:

Update the calling convention for all external facing functions. By
external
facing, I mean all functions that are directly referenced in cube.sql.
Prior
to my update, all functions used the older V0 calling convention. They now
use V1.

New Functions:

cube(float[]), which makes a zero volume cube from a float array

cube(float[], float[]), which allows the user to create a cube from
two float arrays; one for the upper right and one for the lower left
coordinate.

cube_subset(cube, int4[]), to allow you to reorder or choose a subset of
dimensions from a cube, using index values specified in the array.

Attachment Content-Type Size
cube.diff text/plain 44.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Robert Treat 2006-07-22 12:36:27 Re: Mark change-on-restart-only values in postgresql.conf
Previous Message Robert Lor 2006-07-22 03:36:35 Re: [PATCHES] Generic Monitoring Framework with DTrace patch