Re: JDBC locking on processResults - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: JDBC locking on processResults
Date
Msg-id 4266E4C0.2040205@opencloud.com
Whole thread Raw
In response to JDBC locking on processResults  (Mike Heath <mheath@avaloninc.com>)
List pgsql-jdbc
Mike Heath wrote:

> However, when I trace down to
> org.postgresql.core.V3.QueryExecutorImpl.processResults(ResutlHandler,
> int) (line 1122) it makes a call to pgStream.ReceiveChar() and just
> locks.  It appears as though it's waiting for something from the server
> and the server isn't sending it.  I don't see any errors in the server
> logs.

Can you set logLevel=2 as a URL parameter and send me the resulting
logs? (off-list if they're big)

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Is closing a ResulSet, Statement or connection act as
Next
From: Oliver Siegmar
Date:
Subject: Interval support for Postgres