Re: Recursive use of syscaches (was: relation ### modified while in use)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Recursive use of syscaches (was: relation ### modified while in use)
Date: 2000-11-09 19:05:51
Message-ID: 200011091905.OAA08952@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Rather than trying to fix this stuff, I propose that we simply remove
> the test for recursive use of a syscache. AFAICS it will never catch
> any real bugs in production. It might catch bugs in development (ie,
> someone messes up the startup sequence in a way that causes a truly
> circular cache lookup) but I think a stack overflow crash is a
> perfectly OK result then.

Agreed.

--
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-hackers by date

  From Date Subject
Next Message Tom Lane 2000-11-09 19:08:43 Re: Recursive use of syscaches (was: relation ### modified while in use)
Previous Message Tom Lane 2000-11-09 18:57:24 Re: initdb failure