Re: java.sql.SQLException: ERROR: canceling query due - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: java.sql.SQLException: ERROR: canceling query due
Date
Msg-id 43050412.1090508@opencloud.com
Whole thread Raw
In response to Re: java.sql.SQLException: ERROR: canceling query due  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-jdbc
Kevin Grittner wrote:

> I searched to ensure that nothing was invoking the Statement.setQueryTimeout method.

setQueryTimeout() is a no-op anyway in current drivers. I was talking
about the server's statement_timeout setting (set in postgresql.conf or
via SET or on a per-user/db basis).

> Hypothetically, would such a bug most likely be strictly server-side (in which case this is the wrong forum to pursue
it)

Yes.

-O

pgsql-jdbc by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: java.sql.SQLException: ERROR: canceling query due
Next
From: "Kevin Grittner"
Date:
Subject: Re: java.sql.SQLException: ERROR: canceling query due