Re: rollback ignored until end of transaction block

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: rollback ignored until end of transaction block
Date: 2005-11-22 22:44:06
Message-ID: 43839F36.6040206@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote:
>
>
> On Wed, 23 Nov 2005, Oliver Jowett wrote:
>
>> Kevin Grittner wrote:
>>
>>> Is there any context where this would make sense?:
>>>
>>> org.postgresql.util.PSQLException: ERROR: current transaction is
>>> aborted, commands ignored until end of transaction block
>>
>>
>> Huh, that *is* weird. rollback() should do nothing but execute
>> ROLLBACK, which shouldn't trigger that error.. How did you get it into
>> that state? Can you run with loglevel=2 and see what the trace says?
>> What driver version?
>>
>
> This thread might be relevent. Checking might have been tightened up
> too much?
>
> http://archives.postgresql.org/pgsql-bugs/2005-11/msg00094.php

I just tried against a server built from HEAD and couldn't reproduce the
problem any of the obvious ways.. Think we will need a testcase here.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Grittner 2005-11-22 22:48:24 Re: rollback ignored until end of transaction block
Previous Message Kevin Grittner 2005-11-22 22:37:21 Re: rollback ignored until end of transaction block