beta2 no longer builds with MSVC? - Mailing list pgsql-hackers

From Magnus Hagander
Subject beta2 no longer builds with MSVC?
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE92E724@algol.sollentuna.se
Whole thread Raw
Responses Re: beta2 no longer builds with MSVC?
List pgsql-hackers
Has anybody tried building beta2 or later with MSVC? It doesn'ät work for me - it builds fine, but whenever I run with
itI get a coredump from it whenever I try to connect. 

If I revert it to the 8.0 version of port/getaddrinfo.c, things work again.

The problem shows itself in that conn->addr_cur->ai_addr is NULL when it reaches the "CONNECTION_NEEDED" branch in
PQconnectPoll().


Compiling with MingW appears to work fine.

//Magnus


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: database vacuum from cron hanging
Next
From: Tom Lane
Date:
Subject: Re: Spinlocks and CPU Architectures