Re: [v9.2] DROP Reworks Part.0 - 'missing_ok' support of get_object_address

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [v9.2] DROP Reworks Part.0 - 'missing_ok' support of get_object_address
Дата
Msg-id 29222.1308752229@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [v9.2] DROP Reworks Part.0 - 'missing_ok' support of get_object_address  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Another option might be to leave heap_openrv() and relation_openrv()
> alone and add a missing_ok argument to try_heap_openrv() and
> try_relation_openrv().

+1 for that, although the try_ prefix might be inappropriate naming
now; how about cond_relation_openrv?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: WIP pgindent replacement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Repeated PredicateLockRelation calls during seqscan