Re: psql SET/RESET/SHOW tab completion - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: psql SET/RESET/SHOW tab completion
Date
Msg-id 20050813174022.GA17449@winnie.fuhr.org
Whole thread Raw
In response to Re: psql SET/RESET/SHOW tab completion  (Michael Fuhr <mike@fuhr.org>)
Responses Re: psql SET/RESET/SHOW tab completion  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sat, Aug 13, 2005 at 11:04:18AM -0600, Michael Fuhr wrote:
> I had removed --enable-cassert from my configure script while doing
> some performance tests and never put it back (I had noticed that
> VACUUM was quite slow on that box and found that it was due to the
> assertion checks).

BTW, here are the results of those tests: a VACUUM ANALYZE of
template1 without --enable-cassert takes about 830ms on my box.
With --enable-cassert it takes about 24200ms, regardless of the
debug_assertions setting.

-- 
Michael Fuhr


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SPI: ERROR: no snapshot has been set
Next
From: Tom Lane
Date:
Subject: Re: Changes improve the performance of INSERT and UPDATE