-
We have a postgres table that contains `intervals` and are using binary parsing on all our other tables to increase query speed in our internal database support package. We are currently running into …
-
go get github.com/jgallagher/go-libpq
# github.com/jgallagher/go-libpq
../../../github.com/jgallagher/go-libpq/driver.go:5:22: fatal error: libpq-fe.h: No such file or directory
#include
…
goris updated
5 years ago
-
Similar issue as before, and others have reported it too: https://github.com/sgrif/pq-sys/issues/27
This is why `libpq` is pinned to latest 11 release. we could upgrade, if pq-sys actually merged the…
clux updated
8 months ago
-
### Expected behaviour
Wanting to use zstd with redis for compressing sessions.
### Actual behaviour
Error printed in php log.
```
PHP Notice: session_start(): redis.session.compression is outs…
-
I'm trying to install postgresql-libpq on Mac OS X 10.6.8. I get:
```
00:06 ijmorlan@27imac.local$ cabal install postgresql-libpq
Resolving dependencies...
[1 of 1] Compiling Main ( /var/…
-
Howdy,
First, thank you for your work.
I am running openresty and have been using your module against postgres 11 for some time.
I just upgraded to postgresql 12 and during the configure step…
-
[x:postgresql]
I use DBevaer 7.0.0 / Linux Mint / PostgreSQL 12 / SSL
**Is your feature request related to a problem? Please describe.**
Error if "backup" command for any DB, connected by SSL
…
-
### Bug description
```
❯ curl https://my-netdata.io/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh
```
Fails with
```
[100%] Linking C shared library ../lib/libflu…
-
Anyone had this problem on mac osx at
```
$ make
```
inside the build folder?
-
We can look at https://github.com/MagicStack/asyncpg for inspiration
**Reporter**: [Wes McKinney](https://issues.apache.org/jira/browse/ARROW-1106) / @wesm
**Note**: *This issue was originally creat…