Re: Add function dependencies

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Add function dependencies
Дата
Msg-id 223.1294879452@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Add function dependencies  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Ответы Re: Add function dependencies  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Список pgsql-hackers
Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes:
> Peter Eisentraut <peter_e@gmx.net> writes:
>> What's a "not-to-follow dependency"?

> In case of extensions the code follows dependencies to walk on all
> objects.

That seems pretty silly/broken.  You should only be touching *direct*
dependencies of the extension, IMO.  If there's something that's missed
by that algorithm, the way to fix it is to add more direct dependencies
at extension creation time; not to start a tree walk that is pretty
nearly guaranteed to land on things that don't belong to the extension.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fixing GIN for empty/null/full-scan cases
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Fixing GIN for empty/null/full-scan cases