Euler Taveira

Results 103 comments of Euler Taveira

You provided 3 features in the same PR. 1. filter table; 2. filter table column; 3. filter table + column. Please submit one PR per feature. It is easier to...

The connection pooling principle is there might be connections open between PgBouncer and Postgers. It means connections are reused by multiple client connections (connection between a client application and PgBouncer)....

This doesn't seem a pgbouncer issue. You should ask Azure why AKS or Web App Container is sending partial packets to Azure PostgreSQL. [Azure Database for PostgreSQL](https://docs.microsoft.com/en-us/azure/postgresql/flexible-server/overview) provides a built-in...

> Error server closed the connection unexpectedly > This probably means the server terminated abnormally before or while processing the request. This message is generally sent to the client when...

What do you mean by "almost"? It seems you need to set `max_client_conn`accordingly.

We need more than a URL to figure out what's going on. It is a good start if you can describe your build environment (package version), provide `pgbouncer -V` outupt...

There are 3 situations that this message happens: * atol(pidgoeshere) failed; * PgBouncer is already running (pid exists) and you are trying to start it; * kill() returns EINVAL or...

@HalacliSeda @nicolasjulian Could you confirm that it is the same issue you are observing? Could you share your setup? Are you using SCRAM authentication?

@ToMs77130 Could you try building from the `master` branch and check if commit #730 solved this issue? Build and install instructions are [here](https://www.pgbouncer.org/install.html).