On 08/21/2013 10:06 PM, Noah Misch wrote:
I concur, but our field experience doing it this way lessens my concern.
I see this change has hit master. I've pulled in the new patch for the
Fedora MinGW package.
Thanks,
Michael
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.o
On 08/19/2013 07:35 PM, Noah Misch wrote:
That was option #1. (You weren't planning to change just the one symbol
causing the failure at hand, were you?) Reasonable choice. The point in the
code comment quoted above looks bad, but the lack of reports of that nature
against official 9.2 binarie
On 08/19/2013 09:11 AM, Andrew Dunstan wrote:
> I already gave you a sufficient identifier for the commit. In case you're not
> aware, git is quite happy dealing with small commit identifiers. If you do
> "git
> log -1 a099482" you should get the details you require.
It should cross your mind tha
On 08/17/2013 02:33 PM, Noah Misch wrote:
> One of the reports Michael cited was apparently "native":
> http://www.postgresql.org/message-id/e1uclpd-l4...@wrigleys.postgresql.org
>
> Perhaps only some versions of w32api trigger the problem. I agree we ought to
> understand the necessary condi
On 08/18/2013 12:02 PM, Andrew Dunstan wrote:
> There is a much simpler fix, which is to do these assignments unconditionally
> in
> src/port/win32.h. The following small change fixes the problem for me:
>
No. Please do not do this.
>
> Note that the original patch appears to be not only misgu
On 08/17/2013 12:16 AM, Noah Misch wrote:
> 1. Redefine those constants for more (all?) compilers.
> 2. Remove that block and put #ifdef around all usage of such constants in
> frontend code, as you have done.
> 3. Remove that block and make src/backend/port/win32/socket.c frontend-usable,
> so fro
I started a thread on the general list so read that for more info.
http://www.postgresql.org/message-id/520a6e55.40...@cchtml.com
I'm also going to submit the patch to CommitFest.
Thanks,
Michael
>From bb79da0013d5169b4530df28ece0c296004d1db4 Mon Sep 17 00:00:00 2001
From: Michael Cro