Re: 7.5dev assertion failure w/ v3 protocol and transactions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.5dev assertion failure w/ v3 protocol and transactions
Дата
Msg-id 15045.1091483023@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.5dev assertion failure w/ v3 protocol and transactions  (Kris Jurka <books@ejurka.com>)
Список pgsql-bugs
Kris Jurka <books@ejurka.com> writes:
> Running the JDBC driver's regression tests I came across an assertion
> failure in 7.5dev.  The test does:

> BEGIN;
> SELECT 1/0;
> COMMIT;

> and gets the following stacktrace.  Note this cannot be replicated in psql
> because it requires using the extended query protocol.

Fixed --- the problem is just an overprotective Assert().

            regards, tom lane

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: 7.5dev assertion failure w/ v3 protocol and transactions
Следующее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1203: Dropping a user does not revoke their permissions