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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "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 18:18:07
Message-ID: 6834.966017887@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

I said:
> "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> writes:
>> Seems the Assert() fails in misc regression test at
>> SELECT p.name, p.hobbies.name FROM person* p;.

> Really? It does not fail for me (else I'd certainly not have
> committed the patch this way).

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.

After that I can start worrying about this Assert failure :-(. Thanks
for the heads-up.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message The Hermit Hacker 2000-08-11 18:25:21 Re: pgsql/src/backend/utils/cache (fcache.c)
Previous Message Tom Lane 2000-08-11 03:59:07 Re: pgsql/src/backend/utils/cache (fcache.c)