Re: Debug Contrib/cube code

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: Nick Raj <nickrajjain(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Debug Contrib/cube code
Date: 2011-05-12 01:12:43
Message-ID: 4dcb3410.8423440a.36e0.1dbf@mx.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2011-05-12 02:48:12 Re: ERROR: cannot execute nextval() in a read-only transaction
Previous Message Tim Uckun 2011-05-12 00:48:48 Sharing data between databases