Re: contrib/cube

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: contrib/cube
Date: 2002-08-18 20:23:18
Message-ID: 3946.1029702198@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruno Wolff III <bruno(at)wolff(dot)to> writes:
> I changed the output string allocation to use the dimension to figure out
> how much space to request. I also use '%.16g' instead of '%g' to print
> out elements.

I already fixed that part better.

> This is good enough for what I want. If these changes are something that
> might get added to contrib/cube I can fix up the regression test and
> make the changes available. If this isn't something of enough general
> interest to worry about, then I won't.

The other changes sound reasonable. Fix the regression test and the
documentation and send a patch...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-08-18 20:29:34 Re: Triggers - with a little change
Previous Message GB Clark 2002-08-18 20:21:46 Re: Triggers - with a little change