pgsql: Clean up AIX build to avoid 'duplicate symbol' warnings, by

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Clean up AIX build to avoid 'duplicate symbol' warnings, by
Дата
Msg-id 20051028173223.3B897DA3EA@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix race condition in multixact code: it's possible to try to
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Reorder code so that we don't have to hold a critical section