pgsql: Clean up AIX build to avoid 'duplicate symbol' warnings, by - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Clean up AIX build to avoid 'duplicate symbol' warnings, by
Date
Msg-id 20051028173223.3B897DA3EA@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use
of postgres.imp file into BE_DLLLIBS macro.  This makes the AIX build
work more like the Windows and Darwin builds, which have similar requirements
to mention a backend library when linking shared libraries that will be
dynamically loaded into the backend.

Modified Files:
--------------
    pgsql/src:
        Makefile.shlib (r1.97 -> r1.98)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.97&r2=1.98)
    pgsql/src/makefiles:
        Makefile.aix (r1.22 -> r1.23)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.aix.diff?r1=1.22&r2=1.23)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix race condition in multixact code: it's possible to try to
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Reorder code so that we don't have to hold a critical section