GSS warnings

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема GSS warnings
Дата
Msg-id Pine.BSO.4.64.0709050545330.27200@leary.csoft.net
обсуждение исходный текст
Ответы Re: GSS warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
The attached patch fixes the following warnings in src/backend/libpq

auth.c:496: warning: passing argument 2 of 'gss_release_cred' from
incompatible pointer type
pqcomm.c:182: warning: passing argument 2 of 'gss_delete_sec_context' from
incompatible pointer type
pqcomm.c:185: warning: passing argument 2 of 'gss_release_cred' from
incompatible pointer type

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.

Kris Jurka

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Lazy xid assignment V4
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Lazy xid assignment V4