Re: AIX support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: AIX support
Date
Msg-id 1910044.1771368190@sss.pgh.pa.us
Whole thread Raw
In response to Re: AIX support  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: AIX support
List pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes:
> Regarding patch 0004, please see the thread
> https://www.postgresql.org/message-id/flat/e8aa97db-872b-4087-b073-f296baae948d%40eisentraut.org
> which is developing a more general and more robust version of that patch.

Ah.  I don't object to having a more general version, as long as
the AIX patch can auto-disable static libraries rather than having
a gotcha "it breaks with a mysterious error if you don't say this".

However ... this bit of that patchset is a problem:

> The internal use static libraries like libpgcommon.a are still built in
> any case, but if you disable static libraries, they are not installed.

If we want to replicate the port's historical behavior, it needs to
install those by default.  So we need something more fine-grained
than "all statics" or "no statics" internally.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: DOCS - Add an "Options" section for pg_controldata
Next
From: Michael Paquier
Date:
Subject: Re: One-off with syscache ID in get_catalog_object_by_oid_extended()