LOG: failed to commit transaction_isolation

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема LOG: failed to commit transaction_isolation
Дата
Msg-id 20040912162702.GA44191@winnie.fuhr.org
обсуждение исходный текст
Ответы Re: LOG: failed to commit transaction_isolation
Список pgsql-general
PostgreSQL 8.0.0beta2 (CVS)
Solaris 9

I've noticed the following message in the server's logs:

LOG: failed to commit transaction_isolation

The log message appears if I issue a SET TRANSACTION ISOLATION LEVEL
and later do a ROLLBACK.  For example:

BEGIN;
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;  -- or READ COMMITTED
SELECT VERSION();
ROLLBACK;

Why the log message?  Is this by design or is it a bug?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: DU
Дата:
Сообщение: Fwd: Network problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: View efficiency questions