Re: two phase commit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: two phase commit
Дата
Msg-id 12680.1184886814@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: two phase commit  (Ben <bench@silentmedia.com>)
Список pgsql-general
Ben <bench@silentmedia.com> writes:
> Er, right.... I guess I should have asked if it's more likely to commit a
> running transaction than a prepared one.... and it sounds like the answer
> is "no". :)

Less likely, because PREPARE TRANSACTION executes all the COMMIT-time
actions that can cause "expected" failures --- checking deferred
constraints for example.  If you get past that, it's not supposed to fail.

            regards, tom lane

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

Предыдущее
От: Ben
Дата:
Сообщение: Re: two phase commit
Следующее
От: Zlatko Matić
Дата:
Сообщение: several postgres installations on the same machine?