Re: [PATCH] Reduce noise from tsort

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] Reduce noise from tsort
Дата
Msg-id 200604192246.59653.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: [PATCH] Reduce noise from tsort  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCH] Reduce noise from tsort  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> Well, I vote we take it out, which would eliminate these warnings
> instead of just shorten them.  On a platform where tsorting a
> non-shared library's contents is actually essential, libpq.a would be
> useless anyway

I don't think that the primary purpose of tsort/lorder is to produce a
functioning library.  The idea is to reduce the link time when the
library is later used by reducing the number of passes that the link
editor has to make over the input libraries.  I doubt this matters much
anymore, and it's certainly not going to help with the sort of
libraries that PostgreSQL produces with circular references all over.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Reduce noise from tsort
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Reduce noise from tsort