pgsql: Restore linking libpq into pg_ctl on Mingw builds.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Restore linking libpq into pg_ctl on Mingw builds.
Date: 2017-07-05 19:23:27
Message-ID: E1dSptX-0000YY-Cp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Restore linking libpq into pg_ctl on Mingw builds.

Commit 1ae853654 missed this. Per Andrew Dunstan.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_ctl/Makefile | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2017-07-05 23:29:52 Re: Re: pg_ctl wait exit code (was Re: [COMMITTERS] pgsql: Additional tests for subtransactions in recovery)
Previous Message Tom Lane 2017-07-05 19:07:01 Re: pgsql: Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.