pgsql: AIX: Link TRANSFORM modules with their dependencies.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: AIX: Link TRANSFORM modules with their dependencies.
Date: 2015-07-16 01:02:08
Message-ID: E1ZFXYu-0007NU-MS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

AIX: Link TRANSFORM modules with their dependencies.

The result closely resembles linking of these modules for the "win32"
port. Augment the $(exports_file) header so the file is also usable as
an import file. Unfortunately, relocating an AIX installation will now
require adding $(pkglibdir) to LD_LIBRARY_PATH. Back-patch to 9.5,
where the modules were introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7193436744819270eeb772f6ada4ec7a388c0b5f

Modified Files
--------------
contrib/hstore_plperl/Makefile | 7 ++++++-
contrib/hstore_plpython/Makefile | 7 ++++++-
contrib/ltree_plpython/Makefile | 7 ++++++-
src/Makefile.shlib | 3 ++-
4 files changed, 20 insertions(+), 4 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-07-16 03:32:09 Re: pgsql: AIX: Link TRANSFORM modules with their dependencies.
Previous Message Robert Haas 2015-07-15 14:19:01 Re: pgsql: Remove regression test added on auto-pilot.