Re: [HACKERS] Max query string length - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Max query string length
Date
Msg-id 199907261526.LAA05219@candle.pha.pa.us
Whole thread Raw
In response to RE: [HACKERS] Max query string length  ("Ansley, Michael" <Michael.Ansley@intec.co.za>)
List pgsql-hackers
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> All it would do is include the -g switch when compiling.  At the moment,
> this doesn't happen, and the --enable-debug is a fairly standard switch in
> the other packages that I've seen that use autoconf.  Is there some other
> way that it is done using the configure script?
> 
> Bruce Momjian wrote:
> >> Michael Ansley wrote:
> >> > There is no --enable-debug switch.  You have to turn on debug by
> >> > modifying the CFLAGS line in the template file for your system.
> >> > (Hmm, now that you mention it, --enable-debug would be a cleaner
> >> > solution than keeping a locally modified template file, which is
> >> > what I currently do and most of the other developers probably do
> >> > also ... another to-do item ...)
> >> 
> >> What debugs would --enable-debug enable?
> 

Added to TODO:* Make configure --enable-debug add -g on compile line

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas IZ5
Date:
Subject: Re: [HACKERS] --enable-debug (was: Max query string length)
Next
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] plperl intial pass