|
|
|
|
|
by CodesInChaos
19 days ago
|
|
Why does PgBouncer need to care about cancellation requests at all? Why can't it just forward the cancellation to postgres, which then responds to the cancelled query with an error instead of a response, and then the bouncer for that connection handles that error? |
|