Re: pgsql/src/backend/storage/smgr (smgr.c)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/storage/smgr (smgr.c)
Date: 2000-11-13 15:41:45
Message-ID: 9424.974130105@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

inoue(at)postgresql(dot)org writes:
> prevent open failure of VIEW

I do not like this fix. We should be moving away from having smgr
access relcache entries, not adding more relcache knowledge to it.
So checks for view-ness should be at a higher level.

What case were you seeing a failure in?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-11-13 17:33:52 Re: UUNET socket-file-location patch
Previous Message momjian 2000-11-13 15:18:15 pgsql/src/include/libpq (libpq.h pqcomm.h)