Emel Şimşek
Emel Şimşek
The current logic that adds those users to the `auth_file `users (`struct AATree user_tree;`) seems wrong to me. I believe the following would be a better approach: The users in...
> I'm afraid I'm not seeing what we gain by having two different user trees? @benchub My thinking goes like this: The [Users ](https://www.pgbouncer.org/config.html#section-users:~:text=timezone%20from%20server.-,Section%20%5Busers%5D,-This%20section%20contains)section is for overriding user configurations for...
> OK @emelsimsek, I've spent some time trying to understand more of the pgBouncer codebase and I'm afraid I don't understand how to implement what you're suggesting, or even understand...
@vinhnd20 It looks like `auth_user` is the user who runs the` auth_query `for authenticating other users. You can create a dedicated auth_user for this purpose. It does not have to...
@JelteF @onurctirtir, is this change good to go?
I have tried to reproduce this using the below python code. However on both 12.1.0 and 12.1.3, procedure f is called, it throws division by 0 exception and nothing is...
> * Does table_1 need to be the first table which have new tenant_id record(earlier than other tables table_2, table_3...)? No, not necessarily for the distribution/colocation purposes. But if your...
> * Is pgBackRest supported in Citus backup please? Backup tools including pgBackRest should work for individual Citus nodes. Note that each node needs to be handled as an independent...
Thank you @workingjubilee. I have called `ConditionVariableInit `in the main function of the worker and it seems to be ok for my case.
Can you explain your scenario a bit more? What is the data model and the commands that I can use to reproduce what you are observing?