Re: Shared library conflicts

From: Thomas Hallgren <thomas(at)tada(dot)se>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Shared library conflicts
Date: 2006-06-23 11:01:00
Message-ID: 449BC9EC.3000701@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

That's good news. Any chance of getting this fix backported to 8.1? Or
at least, the libz part of it?

Regards,
Thomas Hallgren

Martijn van Oosterhout wrote:
> On Fri, Jun 23, 2006 at 10:45:29AM +0200, Thomas Hallgren wrote:
>
>> There was a discussion some time back concerning the linking of the
>> postgres backend. Some libraries where linked although they where not
>> needed, mainly because it was convenient.
>>
>
> AIUI, this was fixed in -HEAD. In the Makefile there's a filter command
> to strip libraries not needed. One of them is libz.
>
> From src/backend/Makefile:
> # The backend doesn't need everything that's in LIBS, however
> LIBS := $(filter-out -lz -lreadline -ledit -ltermcap -lncurses -lcurses, $(LIBS))
>
> Have a nice day,
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2006-06-23 11:46:13 Re: xlog viewer proposal
Previous Message Mark Woodward 2006-06-23 10:37:01 Re: vacuum, performance, and MVCC