pgsql: Use gendef instead of pexports for building windows .def files

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Use gendef instead of pexports for building windows .def files
Дата
Msg-id E1nIEev-00071j-UB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use gendef instead of pexports for building windows .def files

Modern msys systems lack pexports but have gendef instead, so use that.

Discussion: https://postgr.es/m/3ccde7a9-e4f9-e194-30e0-0936e6ad68ba@dunslane.net

Backpatch to release 9.4 to enable building with perl on older branches.
Before that pexports is not used for plperl.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e2d104e190051307f3cf77363755049259e15d34

Modified Files
--------------
src/pl/plperl/GNUmakefile | 2 +-
src/pl/plpython/Makefile  | 2 +-
src/pl/tcl/Makefile       | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Logical decoding of sequences
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: TAP tests: check for postmaster.pid anyway when "pg_ctl start" f