Re: Deadlock detection - Mailing list pgsql-jdbc

From Simon Riggs
Subject Re: Deadlock detection
Date
Msg-id 1232583410.2327.704.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Re: Deadlock detection  (Daniel Migowski <dmigowski@ikoffice.de>)
Responses Re: Deadlock detection  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
On Wed, 2009-01-21 at 13:17 +0100, Daniel Migowski wrote:

> I don't know if there is a more elegant way to handle this, but for us
> it works. Maybe for you, too. As far as i know (which is not much
> about the driver internals) this is the only way to make the driver
> hang.

Thank you. This seems like simple, practical advice.

My "watcher" ideas seem like they would take too long and at best would
only identify a problem, not solve it. Thanks to those that helped out
there also.

If the only known way of making the driver hang is running out of
buffers then the best way to react is to increase the buffer allocation.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


pgsql-jdbc by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: Pg 8.3, jdbc and UUID
Next
From: Oliver Jowett
Date:
Subject: Re: Deadlock detection