Re: BUG #10847: Connection.setSavepoint()/releaseSavepoint() is not thread-safe - Mailing list pgsql-bugs

From Greg Stark
Subject Re: BUG #10847: Connection.setSavepoint()/releaseSavepoint() is not thread-safe
Date
Msg-id CAM-w4HMPA9JVNzuMQuVMoN3yK7cEd8jGpkAOMXmD5DcusjBAcg@mail.gmail.com
Whole thread Raw
In response to BUG #10847: Connection.setSavepoint()/releaseSavepoint() is not thread-safe  (christian@schlichtherle.de)
Responses Re: BUG #10847: Connection.setSavepoint()/releaseSavepoint() is not thread-safe  (John R Pierce <pierce@hogranch.com>)
List pgsql-bugs
I think you need to report this to the JDBC mailing list at
pgsql-jdbc@postgresql.org

http://www.postgresql.org/list/pgsql-jdbc/

The Postgres libpq interface is most definitely not threadsafe but I
don't see any indication in that stack trace that it's using libpq. It
seems to be pure Java there.

pgsql-bugs by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Alter system and reload causes bogus complaints about setting changes
Next
From: John R Pierce
Date:
Subject: Re: BUG #10847: Connection.setSavepoint()/releaseSavepoint() is not thread-safe