Henrique Carvalho

Results 35 comments of Henrique Carvalho

I ran into the same problem yesterday and below is my quick hack to make it work. This has only been tested locally with SAM. The problem is that Sanic...

That did not solve the problem for me. `mypy` still complains and I have no idea why. It works if `None` is removed from the type definition. ```python get: Union[Callable[...,...

Hello, @fluca1978. As we have discussed, I am ready to start working on this issue. In the near future, I will outline my proposed approach for us to discuss further,...

While investigating this issue, I encountered a segmentation fault when running pgagroal-cli when no command is specified a command, but a password is specified. It appears the segfault occurs because...

Based on previous discussion, I have considered two approaches for improving the error messages in `pgagroal-cli`. #### 1. Modify `parse_command` so it deals with `pgagroal_command_type` We could define each command...

> > > > #### 1. Modify `parse_command` so it deals with `pgagroal_command_type` > > > > > > We could define each command as a struct containing the command...

@fluca1978 Thank you! I actually changed my code last night and I feel I reached a point where I'm happy with it. I will open a PR so you can...

What is the idea here? Does this refer to pgmoneta's user guide and developer guide? Should we keep both discussions here or maybe open two new issues (or two discussions...

Updates. The development of the Linux support is happening here https://github.com/decarv/pgagroal/tree/new-linux-io-layer (please refer to discussion [#422](https://github.com/agroal/pgagroal/discussions/442) for explanation on this update). What I currently have is the basic epoll and...

This happens because pgagroal expects the message forever after an interruption of a transaction, no? If so, I think this should be solved with timers in each worker.