James Sewell
                                            James Sewell
                                        
                                    Hi, It is set - I occasionally get a queryid listed. For example the SELECT from the wait sampling tables has one associated. Cheers, James Sewell On Tue, 25 Feb...
Hmm, strange. Does the cluster ever show as having a master? What is is `recovery_command` set to on the standbys?
This is useful when the underlying error is intentionally useless. Example: https://briansmith.org/rustdoc/ring/error/struct.Unspecified.html >An error with absolutely no details. > >ring uses this unit type as the error type in most...
What are the concerns? I see you’re using palloc in behind a feature gate - which is neat. I also saw a comment about state being lost - but that’s...
I’m struggling to get my head round a usecase for threading without loading as a shared library? Are you on Slack or irc anywhere? On Thu, 23 May 2019 at...
Just saw this issue I'd forgotten and thought I'd comment with the current state of play - turns out calling Postgres through FFI (as this crate does) is unsafe even...
The issue with that approach is usually just because something can’t be sent between threads doesn’t mean it can’t be created on another thread. Bgworkers suffer the same fate, with...
The handle on FFI idea is interesting - even things like postgresql logging from a thread are unsafe sadly. On Mon, 31 Aug 2020 at 9:38 am, Benjamin Fry wrote:...
Any updates here? - this is a really needed feature
Any progress here?