Re: Fix for a problem with auto reconnection

Поиск
Список
Период
Сортировка
От Christoph Zwerschke
Тема Re: Fix for a problem with auto reconnection
Дата
Msg-id 53A6EED1.1050506@online.de
обсуждение исходный текст
Ответ на Re: Fix for a problem with auto reconnection  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Ответы Re: Fix for a problem with auto reconnection  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Thanks for looking into this. The problem with the wrong encoding is now
gone, but another problem appeared:

When the connection is reestablished, I get an additional alert with an
error message "Column not found in pgSet: "datlastsysoid".

The problem seems to be that needColQuoting is not reset to false in the
Reset() method as it is done in the Reconnect() method.

Wenn I add the line "needColQuoting = false" before the call to
Initialize() in the Reset() method, everything works as expected.

-- Christoph


Am 17.06.2014 08:35, schrieb Ashesh Vashi:
> Dave,
>
> PFA - moved the initialisation code in a separate function, and called
> that function from the "Reset" function too.
> Please take a look at it.
>
>
> --
>
> Thanks & Regards,
>
> Ashesh Vashi


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

Предыдущее
От: Dmitriy Olshevskiy
Дата:
Сообщение: PATCH: save and restore the settings of the search objects dialog
Следующее
От: Dmitriy Olshevskiy
Дата:
Сообщение: PATCH: don't save empty favourite queries