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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 7.5dev assertion failure w/ v3 protocol and transactions
Date: 2004-08-02 21:43:43
Message-ID: 15045.1091483023@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Kris Jurka <books(at)ejurka(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2004-08-03 00:23:23 BUG #1203: Dropping a user does not revoke their permissions
Previous Message Kris Jurka 2004-08-02 19:35:52 Re: 7.5dev assertion failure w/ v3 protocol and transactions