Re: 7.5dev assertion failure w/ v3 protocol and transactions - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 7.5dev assertion failure w/ v3 protocol and transactions
Date
Msg-id 15045.1091483023@sss.pgh.pa.us
Whole thread Raw
In response to 7.5dev assertion failure w/ v3 protocol and transactions  (Kris Jurka <books@ejurka.com>)
List 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 by date:

Previous
From: Kris Jurka
Date:
Subject: Re: 7.5dev assertion failure w/ v3 protocol and transactions
Next
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1203: Dropping a user does not revoke their permissions