Re: [PATCH] Reduce noise from tsort - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: [PATCH] Reduce noise from tsort
Date
Msg-id 200604192246.59653.peter_e@gmx.net
Whole thread Raw
In response to Re: [PATCH] Reduce noise from tsort  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCH] Reduce noise from tsort
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] Reduce noise from tsort
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Reduce noise from tsort