Re: [PATCH] Reduce noise from tsort

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [PATCH] Reduce noise from tsort
Date: 2006-04-15 16:12:53
Message-ID: 18460.1145117573@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> Tiny patch to Makefile.shlib to reduce noise created by tsearch. All it
> does is remove duplicates. The behaviour itself is not changed.

What cases exactly does that fix ... and are you sure it doesn't break
anything?

Personally I've been wondering for some time why we use lorder/tsort
at all. Are there any platforms we support where this is still needed?
(Given the existence of circular references within libpq.a, one would
think that tsort wouldn't help such a platform anyway.)

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-04-15 16:24:45 Re: Proposed doc-patch: Identifying the Current WAL file
Previous Message Sven Suursoho 2006-04-15 14:59:44 plpython improvements