pgsql: libpqwalreceiver needs to link with libintl when using --enable-

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: libpqwalreceiver needs to link with libintl when using --enable-
Дата
Msg-id E1bsgBv-0002lM-SQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
libpqwalreceiver needs to link with libintl when using --enable-nls.

The need for this was previously obscured even on picky platforms
by the hack we used to support direct cross-module references in
the transforms contrib modules.  Now that that hack is gone, the
undefined symbol is exposed, as reported by Robert Haas.

Back-patch to 9.5 where we started to use -Wl,-undefined,dynamic_lookup.
I'm a bit surprised that the older branches don't seem to contain
any gettext references in this module, but since they don't fail
at build time, they must not.  (We might be able to get away with
leaving this alone in 9.5/9.6, but I think it's cleaner if the
reference gets resolved at link time.)

Report: <CA+TgmoaHJKU5kcWZcYduATYVT7Mnx+8jUnycaYYL7OtCwCigug@mail.gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8811f5d3a4a1ebf79ccb00da336d70041b003dd2

Modified Files
--------------
src/backend/replication/libpqwalreceiver/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: libpqwalreceiver needs to link with libintl when using --enable-
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove user_relns() SRF from regression tests.