Re: SSL cipher and version - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SSL cipher and version
Date
Msg-id 29417.1280203609@sss.pgh.pa.us
Whole thread Raw
In response to Re: SSL cipher and version  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: SSL cipher and version
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Mon, Jul 26, 2010 at 9:57 AM, Dave Page <dpage@pgadmin.org> wrote:
>> On Mon, Jul 26, 2010 at 2:49 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>>> Any objections to me committing this?
>> 
>> Might wanna fix this first:
>> 
>> +PG_FUNCTION_INFO_V1(ssl_veresion);
>> � � � � � � � � � � � � � � � � � � � � ^^^^^^^^^^^^

> Wow.  It works remarkably well without fixing that, but I'll admit
> that does seem lucky.

Well, it's got no arguments, which is the main thing that works
differently in call protocol V1.  I think you'd find that the
PG_RETURN_NULL case doesn't really work though ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Joshua Tolley
Date:
Subject: Re: Synchronous replication
Next
From: Fujii Masao
Date:
Subject: Re: Synchronous replication