Bogus cleanup code in GSSAPI/SSPI patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Bogus cleanup code in GSSAPI/SSPI patch
Дата
Msg-id 10784.1201572691@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Bogus cleanup code in GSSAPI/SSPI patch  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Hi Magnus, Would you take a look at the patch I just committed in fe-connect.c?

I found out today that PQreset() wasn't working on a GSSAPI connection,
because closePGconn hadn't been patched to clear out the GSSAPI state
(resulting in "duplicate GSS authentication request" failure).  I think
I fixed that but it wouldn't be bad for someone who knows that code
better to double-check.  Also, I can't test the ENABLE_SSPI case,
so that needs to be looked at.

The test case I've been using is to "select 1;" in psql, then kill -9
the backend from another window, then "select 1;" again.  psql should
recover and reconnect successfully.
        regards, tom lane


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: RFC: array_agg() per SQL:200n
Следующее
От: "Hitoshi Harada"
Дата:
Сообщение: Re: RFC: array_agg() per SQL:200n