Re: pgsql/src/backend/storage/smgr (smgr.c) - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql/src/backend/storage/smgr (smgr.c)
Date
Msg-id 9424.974130105@sss.pgh.pa.us
Whole thread Raw
In response to pgsql/src/backend/storage/smgr (smgr.c)  (inoue@postgresql.org)
List pgsql-committers
inoue@postgresql.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

pgsql-committers by date:

Previous
From: momjian@postgresql.org
Date:
Subject: pgsql/doc/src/sgml/ref (createdb.sgml createlang.sgml createuser.sgml dropdb.sgml droplang.sgml dropuser.sgml pg_dump.sgml pg_dumpall.sgml postmaster.sgml psql-ref.sgml vacuumdb.sgml)
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/src/bin/psql (command.c common.c help.c prompt.c startup.c)