pgsql: Move check for SSL_get_current_compression to run on mingw

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move check for SSL_get_current_compression to run on mingw
Date: 2014-07-15 20:03:28
Message-ID: E1X78wi-0001mj-Fx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move check for SSL_get_current_compression to run on mingw

Mingw uses a different header file than msvc, so we don't get the
hardcoded value, so we need the configure test to run.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5571caf42d62ea30c452b0ae5f1748289ae613b4

Modified Files
--------------
configure | 22 +++++++++++-----------
configure.in | 2 +-
2 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-07-15 21:01:03 Re: [COMMITTERS] pgsql: Reset master xmin when hot_standby_feedback disabled.
Previous Message Simon Riggs 2014-07-15 19:57:38 Re: [COMMITTERS] pgsql: Reset master xmin when hot_standby_feedback disabled.