Re: [GENERAL] Debug Contrib/cube code

2011-05-14 Thread Joshua Tolley
On Fri, May 13, 2011 at 09:39:58PM +0530, Nick Raj wrote: > Hi, > I am able to debug postgres by --enable-debug but breakpoint in cube is not > working. Can you more elaborate on your second point? > Even i also tried to change makefile of contrib/cube by -g(debug) but it > gives error. > Any idea

Re: [GENERAL] Debug Contrib/cube code

2011-05-13 Thread Nick Raj
Hi, I am able to debug postgres by --enable-debug but breakpoint in cube is not working. Can you more elaborate on your second point? Even i also tried to change makefile of contrib/cube by -g(debug) but it gives error. Any idea is welcome. ps: sorry for late reply Thanks On Thu, May 12, 2011

Re: [GENERAL] Debug Contrib/cube code

2011-05-11 Thread Joshua Tolley
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 pos