Re: Preprocessor condition fix - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Preprocessor condition fix
Date
Msg-id 15058.1460417875@sss.pgh.pa.us
Whole thread Raw
In response to Preprocessor condition fix  (Christian Ullrich <chris@chrullrich.net>)
Responses Re: Preprocessor condition fix  (Christian Ullrich <chris@chrullrich.net>)
List pgsql-hackers
Christian Ullrich <chris@chrullrich.net> writes:
> 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.

Pushed, thanks.

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

Hm, my grep found another one ...
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Removing the TRACE_SORT macro
Next
From: Masahiko Sawada
Date:
Subject: Re: Support for N synchronous standby servers - take 2