-
### Steps To Reproduce
Steps to reproduce the behavior:
1. patch nixpkgs to fix lz4 static build (https://github.com/NixOS/nixpkgs/pull/191915)
2. build statically some postgresql client tool that …
-
`postgresql-wire` implements native PostgreSQL driver which is much better for performance and GC.
* https://github.com/postgres-haskell/postgres-wire
-
Traditional libpq connections run queries outside of our control, so we do not see any of the query errors. Thus, `postgres` classified errors typically refer to errors such as "not enough connection …
-
The documentation doesn't mention that the libpq-dev package (for Ubuntu... don't know if this matches packages on other distros) is required to obtain the libpq-fe.h header.
After libpq-dev is insta…
-
I'm just beginning to investigate this issue, on a hunch that it is the cause of a problem I'm having in a `pg-then`-based app (if the network fails during a query, it hangs).
First, I don't see that…
-
It seems that when getting a nonexistent column from a `LibPQ.Row` via `getproperty`, LibPQ logs a mysterious-looking error to stderr but doesn't otherwise indicate failure.
Should this be an excep…
-
My ROS version is Indigo!
How can solve this problem?
//usr/lib/libpq.so.5: undefined reference to `SSL_get_error@OPENSSL_1.0.0'
//usr/lib/libpq.so.5: undefined reference to`SSL_set_ex_data@OPENSSL_1…
-
### Description
The package fails to compile if I set this option.
In comparison setting the `with_ssl` works as expected.
```
[ 50%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Postgr…
-
@tshimanga has been working on a locking contention issue, where the threading used in `libpq` conflicts with Chapel's native threading methods. Or at least it appears to.
-
According to the Profile.jl, that's mostly completely spent at file watching (which is very sad and probably a FileWatching.jl issue)