Re: pgwin32_safestat weirdness - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgwin32_safestat weirdness
Date
Msg-id 25055.1208128263@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgwin32_safestat weirdness  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgwin32_safestat weirdness  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I would be quite happy with that, but before we go down that path I'd 
> like to know why the MSVC builds aren't failing now from this when the 
> MinGW builds are.

Maybe the MSVC linker is willing to bind libpq's call to a safestat copy
extracted from libpgport.a in the surrounding program --- IOW, it works
only for calling programs that include libpgport, but all ours do.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgwin32_safestat weirdness
Next
From: PFC
Date:
Subject: Re: Cached Query Plans (was: global prepared statements)