Jelte Fennema-Nio

Results 703 comments of Jelte Fennema-Nio

I managed to get a consistent segfault using this branch when viewing this specific commit: https://github.com/ClickHouse/ClickBench/commit/fdfdb5d94f2a668dce1f63d55498aa34510e4c9c Backtrace: ``` (gdb) bt #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6,...

Other issue I found. Very long lines overflow to the next lines somehow. Causing "white text" at the end of the line that they overflow to and when selecting these...

Issue number 3: Possibly related to the above. If you scroll to the right with the right arrow, then lines will lose their background color.

For anyone finding this issue, this is the branch I'm currently using happily (merged with current main branch and with the @vxsl fix): https://github.com/JelteF/tig/tree/ansi-support-jelte

There is `max_user_connections` that you can set for a user: https://www.pgbouncer.org/config.html#section-users And there's `max_db_connections` that you can set for a database: https://www.pgbouncer.org/config.html#max_db_connections-1

Does this change if you use `user2` or `postgres` to connect to pgbouncer in step 8? My guess is that this count is counting the amount of connections that the...

I took a closer look at this and you are right, the current behaviour is wrong. It seems to me that the `db->forced_user_credentials` field gets out of date because of...

I agree that this is a bug. A PR to fix this would definitely be appreciated.

Setting `pool_size` per user is now possible since #1049 but setting `reserve_pool_size` is still not possible.

1.8.1 is released almost 7 years ago, so we cannot give reasonable support for that anymore. I'd recommend upgrading to 1.22.1 or wait a few days until we release 1.23.1...