Re: pgsql/src/backend/utils/cache (fcache.c)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/utils/cache (fcache.c)
Date: 2000-08-11 19:15:28
Message-ID: 10918.966021328@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

The Hermit Hacker <scrappy(at)hub(dot)org> writes:
>> Ah ... it seems that someone has changed the behavior of assert checking
>> to default to OFF, with no public notice or discussion. I think this is
>> an extremely ill-considered change --- I will restore the old default
>> behavior forthwith.

> Huh? I thought Assert checking was always off by default until
> --enable-cassert was set at configure time ... ?

Right. But Peter added a run-time "debug_assertions" SET variable,
which is cool except he made it default to OFF. So --enable-cassert
wasn't enough to get assert checking anymore :-(. I changed the SET
variable to default to ON.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message The Hermit Hacker 2000-08-11 19:19:34 Re: pgsql/src/backend/utils/cache (fcache.c)
Previous Message Tom Lane 2000-08-11 18:35:51 pgsql/src/backend/utils/cache (fcache.c)