Re: libpq WSACleanup is not needed

From: Andrew Chernow <ac(at)esilo(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: James Mansion <james(at)mansionfamily(dot)plus(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: libpq WSACleanup is not needed
Date: 2009-01-19 16:26:40
Message-ID: 4974A9C0.9060600@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander wrote:
> Andrew Chernow wrote:
>> James Mansion wrote:
>>> Is there a need for a new API to control this - can't you just
>>> interpret another parameter keyword
>>> in PQconnectdb (or the pgoptions string in PQsetdbLogin I guess)?
>> That's an interesting idea. I don't know if its the correct place to
>> control this, but it does allow turning off wsastartup and indicating
>> which winsock version to load.
>
>>From a design perspective it seems like the wrong place to put it if you
> think of it as a general initialization. From the narrow perspective of
> wsastartup, it could work to add an option to inhibit it. But will it
> "scale" to future needs?
>
> //Magnus
>
>

yeah, it might be a stretch. It also ignores the other needs for a
library init().

--
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-01-19 16:35:50 Re: Review: B-Tree emulation for GIN
Previous Message Teodor Sigaev 2009-01-19 16:20:20 Re: Review: B-Tree emulation for GIN