Thread pinning with PostgreSQL JDBC driver #33325
davecramer
started this conversation in
Community
Replies: 2 comments 1 reply
-
@cescoffier ^^ |
Beta Was this translation helpful? Give feedback.
1 reply
-
@cescoffier if it is still pinning because of the driver we want to know! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This https://quarkus.io/guides/virtual-threads#pinning-cases should now be historical with the release of 42.6.0 of the PostgreSQL JDBC driver. Virtually all synchronized methods have been replaced with reentrant lock. See https://jdbc.postgresql.org/changelogs/2023-03-17-42.6.0-release/ for details.
It would be great if you could update your site to reflect the current state.
Beta Was this translation helpful? Give feedback.
All reactions