Re: [BUGS] BUG #2129: dblink problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #2129: dblink problem
Дата
Msg-id 19637.1136320825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #2129: dblink problem  (Joe Conway <mail@joeconway.com>)
Ответы Re: [BUGS] BUG #2129: dblink problem
Список pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> Should I just accept that the cursor advances on a row type mismatch
> error, fix using the attached patch and adding SCROLL to dblink_open(),
> or something else? Any opinions out there?

I would go with accepting (and documenting) the cursor advance.  Trying
to undo it seems too risky, and it's not like this is a situation that
would arise in a properly-debugged application anyway.  I can't see
expending a great amount of effort on it --- protecting against a crash
seems sufficient.

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: TODO item: list prepared queries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: TODO item: list prepared queries