Re: GSS warnings

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: GSS warnings
Дата
Msg-id 200709141558.l8EFw5I29509@momjian.us
обсуждение исходный текст
Ответ на Re: GSS warnings  (Kris Jurka <books@ejurka.com>)
Список pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Kris Jurka wrote:
>
>
> On Wed, 5 Sep 2007, Tom Lane wrote:
>
> > Kris Jurka <books@ejurka.com> writes:
> >> Parts of the GSS API want the object while others want pointers to the
> >> object and it looks like this code got it backwards.  I haven't tested
> >> these changes, but they look right to me.
> >
> > Wouldn't the code fail entirely if it was wrong in that way?
> >
>
> Only if it was ever run.  My suspicion is that Port->gss->ctx/cred are
> never set to anything other than GSS_C_NO_CONTEXT and GSS_C_NO_CREDENTIAL.
> This patch also clarifies the checking we're doing on cleanup to be
> more clear about whether these are pointers or not.
>
> Kris Jurka
Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

В списке pgsql-patches по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: adjust chr()/ascii() to prevent invalidly encoded data
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: SET TRANSACTION conformance to SQL:2003