-
docker.io/gitea/gitea:1.22.0-rootless
docker.io/bitnami/pgpool:4.5.2-debian-12-r0
docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r9
docker.io/bitnami/redis-cluster:7.2.5-debian-12-r0
-
Hello
I would like to implement support for pgpool, much like there is for pgbouncer.
Is there any work done in that direction ?
Would it be a good idea ?
How one should go about doing it from t…
asafo updated
4 years ago
-
At the moment, the store expects its pool to be injected. It should deal with connecting to Postres itself (the pool constructor should still be injected).
```javascript
pgPool = getPgPool(config.…
-
### Describe the bug
Now, this is very hard to reproduce for me, but our periodic builds testing service binding fails pretty often now that https://github.com/quarkusio/quarkus/pull/41929 is merged.…
-
It keeps stopping at this point even if I set the environment variables:
- PGPOOL_PARAMS_SR_CHECK_USER
- PGPOOL_PARAMS_SR_CHECK_PASSWORD
are these the correct symbols?
-
Desired behavior:
```rust
fn do_something(
pool: PgPool,
except: HashSet,
) -> impl TryStream {
sqlx::query(
"SELECT c0.target_id AS id FROM connections c0 \
WHER…
-
OS: ArchLinux
Kernel: 4.6.4-GrSec
PgSQL: 9.5.3
PgPool-II: 3.5.3
Compile-time options:
``` bash
./configure \
--prefix=/usr \
--with-openssl \
--sysconfdir=/etc/pgpool \
--mandir=/usr…
-
We are using thew new vertx reactive SQL client for our reporting microservice.
Sometimes reports are very heavy and those queries run too much time and the microservice stucks
So I want to cut to…
-
+ @camsaul
based on https://github.com/metabase/metabase/issues/6295 and my own experience trying to get Metabase to connect to a pgpool-managed Postgresql cluster, it seems like there is a problem…
-
I tried to build with the following *FLAGS to optimize the build: `-flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing`
The -Werror=* flags are important to detect cases where the…