Petr Jelinek
Petr Jelinek
Why not make `max_client_conn` per pool variable instead?
pgbouncer will only set the application name if either (or multiple) of these is true: - your application sets application_name (either with SET or as part of connection parameters) -...
why does application have no control over setting its `application_name`, is that some driver "feature"?
The code is ok. I wonder though if we actually want averages - I'd personally prefer to solve this with a way to get start timestamp so averages can be...
Well as I said I am not sure if we want averages this way long term, but I don't feel strongly about it. I wonder what Marko thinks.
Me neither, will need proper reproduction case.
Can you not rename the usage.txt as part of this patch? Yes it could be renamed, but I don't like mixing unrelated changes like file rename with features.
Oh I see it's just added file by mistake and then removed, guess it needs squishing. Also the patch could use docs, the new config variable is not documented at...
This used to work in haproxy 1.9 and is broken since ce355074f1fc76102753cc588d17e2530b4f31a0. I see an attempt to fix it by making the regex more complex in commit history, however it...
Is this mingw build? I am not sure if we support that even, all our windows work was done using Visual Studio.