View Single Post

   
  #1 (permalink)  
Old 04-11-2008, 07:11 AM
Magnus Hagander
 
Posts: n/a
Default beta2 no longer builds with MSVC?

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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote