Preprocessor condition fix

From: Christian Ullrich <chris(at)chrullrich(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Preprocessor condition fix
Date: 2016-04-11 13:51:21
Message-ID: nega4p$tr7$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a one-line patch to fix a wrong preprocessor condition in
pg_regress, found because the VS 2015 compiler warns on the cast in the
32-bit branch where apparently earlier versions did not.

According to git grep, this is the only place where WIN64 is used
without the leading underscore.

--
Christian

Attachment Content-Type Size
0001-Fixed-preprocessor-condition-WIN64-_WIN64.patch text/plain 822 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shulgin, Oleksandr 2016-04-11 13:55:53 Re: PQsendQuery+PQgetResult+PQsetSingleRowMode limitations and support
Previous Message Merlin Moncure 2016-04-11 13:37:53 Re: Relax requirement for INTO with SELECT in pl/pgsql