From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix PGXS support for building loadable modules on AIX. |
Date: | 2012-10-10 01:05:04 |
Message-ID: | E1TLkjQ-0004Ul-Io@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix PGXS support for building loadable modules on AIX.
Building a shlib on AIX requires use of the mkldexport.sh script, but we
failed to install that, preventing its use from non-source-tree contexts.
Also, Makefile.aix had the wrong idea about where to find the installed
copy of the postgres.imp symbol file used by AIX.
Per report from John Pierce. Patch all the way back, since this has been
broken since the beginning of PGXS.
Branch
------
REL9_0_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/6975dcddb23219bf842da7f622ea38d42e5adebf
Modified Files
--------------
src/backend/Makefile | 3 +++
src/makefiles/Makefile.aix | 5 +++--
2 files changed, 6 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2012-10-10 10:29:35 | Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC |
Previous Message | Tom Lane | 2012-10-09 20:38:09 | pgsql: Remove unnecessary overhead in backend's large-object operations |