Re: performance hit with --enable-debug

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Thomas T(dot) Thai" <tom(at)minnesota(dot)com>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: performance hit with --enable-debug
Date: 2001-01-14 19:12:56
Message-ID: 200101141912.OAA02736@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Konstantinos Agouros 2001-01-14 20:08:55 createdb fails in 7.0.2
Previous Message Peter Eisentraut 2001-01-14 18:47:34 Re: Re: performance hit with --enable-debug