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

From Tom Lane
Subject Re: psql SET/RESET/SHOW tab completion
Date
Msg-id 14507.1123955825@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql SET/RESET/SHOW tab completion  (Michael Fuhr <mike@fuhr.org>)
List pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> 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.

I believe that in current sources, the main cost of --enable-cassert
comes from the memory clobber checks it enables, which are for the
most part performed regardless of debug_assertions.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Changes improve the performance of INSERT and UPDATE
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: Changes improve the performance of INSERT and UPDATE