Eric Davies

Results 196 comments of Eric Davies
trafficstars

Update: this happened again Both times, 1 minute after on the server I saw `FATAL: connection to client lost`, but I have also seen this error when the crash does...

https://github.com/JuliaLang/libuv/commit/c9406ba0e3d67907c1973a71968b89a6bd83c63c suggests that this should not be a problem on Julia 1.7.0+

Only by my manual checking of the API. Some connection functions are allowed on closed connections without checks if they return an error value. I believe the current behaviour is...

I checked out what the current version of Clang.jl generates and it seems like this is the change that would be more in line with potential future versions of this...

`"sslmode=require"` should work in the DSN.

Can you give me your full DSN (with any important details anonymized)?

Yes thanks. I'll look to see if there are any important compatibility issues around PostgreSQL in the timescaledb docs.

I think this should probably roughly match the **Current** feature set from the README.

Yes that's a bug. I think the best fix would be to have `subsets(::Tuple, ::Any)` use `StaticSizeBinomial`.

Yeah it looks like the breaking version is loading the system's libcrypto.so (`"/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1"`) in addition to the one provided by the JLL. Maybe the versions don't match up? But I...