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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql/src/backend/storage/smgr (smgr.c)
Дата
Msg-id 9424.974130105@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql/src/backend/storage/smgr (smgr.c)  (inoue@postgresql.org)
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org
Дата:
Сообщение: 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)
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/src/bin/psql (command.c common.c help.c prompt.c startup.c)