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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use gendef instead of pexports for building windows .def files
Date: 2022-02-10 18:59:13
Message-ID: E1nIEev-00071d-TL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_13_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-02-10 19:58:57 Re: pgsql: TAP tests: check for postmaster.pid anyway when "pg_ctl start" f
Previous Message Tomas Vondra 2022-02-10 17:52:23 pgsql: Logical decoding of sequences