On Mon, Mar 30, 2009 at 2:59 PM, Andrew Chernow <ac@esilo.com> wrote:
> Robert Haas wrote:
>>
>> Or we might need a whole "char *" or "int" argument for some purpose
>> unrelated to SSL. Then we'll have a PQinit() function that pretends
>> to be a general-purpose initialization mechanism but really isn't.
>>
>
> I proposed a PQinit() that included a void data pointer argument. The idea
> was PQinit(which, data, data_len) would be called multiple times to init
> different things.
I guess that'd work but it might be overkill.
...Robert