Re: Canceling ROLLBACK statement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Canceling ROLLBACK statement
Дата
Msg-id 25607.1330664500@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Canceling ROLLBACK statement  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Список pgsql-hackers
Pavan Deolasee <pavan.deolasee@gmail.com> writes:
> If client is running a ROLLBACK statement and sends a statement cancel
> signal to the server and if the cancel signal gets processed after the
> transaction AbortTransaction() is completed, but before
> CleanupTransaction() is called, I think the server may try to ABORT the
> transaction again,

This should be okay.  If you can demonstrate a case where it causes
problems, that would be a bug to fix, but I don't think it's likely
to be anything fundamental.
        regards, tom lane


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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Canceling ROLLBACK statement
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: review: CHECK FUNCTION statement