Re: weird libpq GSSAPI comment - Mailing list pgsql-hackers

From Robbie Harwood
Subject Re: weird libpq GSSAPI comment
Date
Msg-id jlg5zhoqo11.fsf@redhat.com
Whole thread Raw
In response to Re: weird libpq GSSAPI comment  (Stephen Frost <sfrost@snowman.net>)
Responses Re: weird libpq GSSAPI comment  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:

>> Alvaro Herrera <alvherre@2ndquadrant.com> writes:
>
> How about something like this?
>
>  * If GSSAPI Encryption is enabled, then call pg_GSS_have_cred_cache()
>  * which will return true if we can acquire credentials (and give us a
>  * handle to use in conn->gcred), and then send a packet to the server
>  * asking for GSSAPI Encryption (and skip past SSL negotiation and
>  * regular startup below).

This looks correct to me (and uses plenty of parentheticals, so it feels
in keeping with something I'd write) :)

Thanks,
--Robbie

Attachment

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: weird libpq GSSAPI comment
Next
From: Stephen Frost
Date:
Subject: Re: TRUNCATE on foreign tables