Ivan Osadchiy
Ivan Osadchiy
Yep, sure, the model is [here](https://drive.google.com/open?id=1nSoZiSewgQT0KiimrQ-Qke9OfOGDAxiE)
Hi! I tried to look a bit deeper into the issue. I guess you're right, it's not possible to cancel someone's else query: 1. pgbouncer [generates a unique `cancel_key`](https://github.com/pgbouncer/pgbouncer/blob/5ab2aecc6c94a0f536e5c7c1b2391b8e1dd16f33/src/proto.c#L228) for...
Works like a charm, at least for performance tests. Thank you!
It turns out that while the issue is fixed for pgx/v4 + pgxpool, it still can be reproduced for pgx/v4 + database/sql. Check out the test case: https://github.com/iosadchiy/pgx_pgbouncer_issue/tree/database-sql If you...