Re: Add function dependencies
От
Tom Lane
Тема
Re: Add function dependencies
Дата
Msg-id
223.1294879452@sss.pgh.pa.us
Ответ на
Re: Add function dependencies (Dimitri Fontaine)
Список
Дерево обсуждения
Add function dependencies Joel Jacobson <joel@gluefinance.com>
Re: Add function dependencies Peter Eisentraut <peter_e@gmx.net>
Re: Add function dependencies Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: Add function dependencies Peter Eisentraut <peter_e@gmx.net>
Re: Add function dependencies Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: Add function dependencies Tom Lane <tgl@sss.pgh.pa.us>
Re: Add function dependencies Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: Add function dependencies Joel Jacobson <joel@gluefinance.com>
Dimitri Fontaine writes: > Peter Eisentraut 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 по дате отправления