Re: Debug Contrib/cube code - Mailing list pgsql-general

From Joshua Tolley
Subject Re: Debug Contrib/cube code
Date
Msg-id 4dcb3410.8423440a.36e0.1dbf@mx.google.com
Whole thread Raw
In response to Debug Contrib/cube code  (Nick Raj <nickrajjain@gmail.com>)
Responses Re: Debug Contrib/cube code
List pgsql-general
On Fri, May 06, 2011 at 10:43:23AM +0530, Nick Raj wrote:
> Hi,
> I am using postgresql-8.4.6. I want to debug the contrib/cube code. Can we
> able to debug that cube code?  Because there is no .configure  file to
> enable debug. Is there is any way to change make file to enable debug?

If your postgres build uses --enable-debug, cube should use it as well. It
determines this either through pg_config, or by referring to makefiles in the
postgres source directory contrib/cube lives in.

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

Attachment

pgsql-general by date:

Previous
From: Tim Uckun
Date:
Subject: Sharing data between databases
Next
From: Craig Ringer
Date:
Subject: Re: ERROR: cannot execute nextval() in a read-only transaction