Re: deadlocks in postgresql 7.2.1 - Mailing list pgsql-bugs

From Dmitry Tkach
Subject Re: deadlocks in postgresql 7.2.1
Date
Msg-id 3F255429.9000106@openratings.com
Whole thread Raw
In response to Re: deadlocks in postgresql 7.2.1  (Philipp Reisner <philipp.reisner@linbit.com>)
List pgsql-bugs
>
>
>
>Thanks a lot for the reply!
>
>The applications uses the jdbc driver with autocommit turned off,
>commit and rollback. Do you know if the jdbc driver just starts
>a new transaction as soon as the last one was ended with commit/
>rollback ?
>
>
Yes, it does.
You have to explictly setAutocommit(true) instead of commit() (or, you
can commit(), and *then* setAutocommit(true) if you want, the result is
the same).

I hope, it helps....

Dima

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: deadlocks in postgresql 7.2.1
Next
From: sad
Date:
Subject: what about function parameter count limit?