Re: Dead code in win32.h - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Dead code in win32.h
Date
Msg-id 18711.1461268348@sss.pgh.pa.us
Whole thread Raw
In response to Dead code in win32.h  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Dead code in win32.h  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
I wrote:
> Perhaps I'm missing something, but if so, in what way is the
> "#if _MSC_VER >= 1600" stanza not totally useless given the
> immediately preceding macro redefinitions?

Some rummaging in the git history says that that stanza did something
when it was added (in 63876d3ba), but the later commit 73838b52 made
it redundant by making the earlier set of definitions unconditional.
Now it's merely confusing, so I'm going to take it out and repurpose
the comment.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees.
Next
From: Robert Haas
Date:
Subject: Re: kqueue