pgsql: Avoid using dllwrap to build pgevent in Mingw builds. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Avoid using dllwrap to build pgevent in Mingw builds.
Date
Msg-id E1WGHbM-0008GK-C0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Avoid using dllwrap to build pgevent in Mingw builds.

If this works, we can get rid of configure's support for locating dllwrap
... but let's see what the buildfarm says, first.

Hiroshi Inoue

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4f5f485d10cad372a3a0cd8dd70780f1a32f43f0

Modified Files
--------------
src/bin/pgevent/Makefile    |   25 ++++++++-----------------
src/bin/pgevent/exports.txt |    5 +++++
2 files changed, 13 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix some missing .gitignore and "make clean" items in ecpg.
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Re: pgsql: Add a GUC to report whether data page checksums are enabled.