Re: performance hit with --enable-debug - Mailing list pgsql-general

From Bruce Momjian
Subject Re: performance hit with --enable-debug
Date
Msg-id 200101141912.OAA02736@candle.pha.pa.us
Whole thread Raw
In response to Re: performance hit with --enable-debug  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
> Bruce Momjian writes:
>
> > I believe debug adds some addition checks in the code, and that is why
> > he is seeing slowness with debug.  It was not the -g flag he used but
> > --enable-debug.  I just looked at configure.in, and saw the
> > --enable-debug enables assert checking.
>
> I don't think so.

Sorry, you are right.  I misread the file.

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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: performance hit with --enable-debug
Next
From: "Thomas T. Thai"
Date:
Subject: Re: Re: performance hit with --enable-debug