pgx/pgconn/internal
Jack Christensen 26c79eb215 Handle writes that could deadlock with reads from the server
This commit adds a background reader that can optionally buffer reads.
It is used whenever a potentially blocking write is made to the server.
The background reader is started on a slight delay so there should be no
meaningful performance impact as it doesn't run for quick queries and
its overhead is minimal relative to slower queries.
2023-06-12 09:39:26 -05:00
..
bgreader Handle writes that could deadlock with reads from the server 2023-06-12 09:39:26 -05:00
ctxwatch TestContextWatcherStress: reduce sleep counts 2023-06-03 06:45:28 -05:00