Jelte Fennema-Nio

Results 702 comments of Jelte Fennema-Nio

A client disconnecting while it's in a transaction is the most common reason. Note that this is not really an error, just a LOG. It can also be worth upgrading...

The more I look into this the more I realize how big of a mess our user management currently is. I definitely think we need some distinction between different types...

I created a PR for the user management refactor here: https://github.com/pgbouncer/pgbouncer/pull/1052

Yeah, the bitnami one seems to be the most popular. There is no official image, because I don't have time to maintain that (and build the CI infrastructure to publish...

That sounds amazing! Please open a PR once you have that Alpha ready then I can take a look at it. I think we wouldn't want it ifdef-ed, since then...

Using the RELOAD command is generally what you want to use for hot reload. There are a few settings that you cannot change with a hot reload and which require...

the ones with CF_NO_RELOAD in this list: https://github.com/pgbouncer/pgbouncer/blob/master/src/main.c#L234-L330

It would be good to actually list in the documentation which config parameters require a restart (probably for some that's already done).

> The reason why I want to use a socket is because I want to have two bgbouncers listing on the same port and IP address. It's not in this...

Okay, good that you got it working. Then I guess systemd forces use of ipv6 for its socket handling. It's called an IPv4-mapped IPv6 address: https://www.ibm.com/docs/en/zos/2.2.0?topic=addresses-ipv4-mapped-ipv6 Closing this since there's...