beta2 no longer builds with MSVC?

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: beta2 no longer builds with MSVC?
Date: 2005-10-11 19:33:00
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE92E724@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 it I 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-11 19:58:56 Re: Spinlocks and CPU Architectures
Previous Message Alvaro Herrera 2005-10-11 19:28:23 Re: database vacuum from cron hanging