Re: Change RangeVarGetRelidExtended() to take flags argument?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Change RangeVarGetRelidExtended() to take flags argument?
Дата
Msg-id 30527.1520297864@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Change RangeVarGetRelidExtended() to take flags argument?  (Andres Freund <andres@anarazel.de>)
Ответы Re: Change RangeVarGetRelidExtended() to take flags argument?  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> One wrinkle in that plan is that it'd not be trivial to discern whether
> a lock couldn't be acquired or whether the object vanished.  I don't
> really have good idea how to tackle that yet.

Do we really care which case applies?

But having to mess with the semantics of RangeVarGetRelidExtended seems
like a good reason not to go down this path...

            regards, tom lane


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Change RangeVarGetRelidExtended() to take flags argument?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids().