Greg Sabino Mullane
Greg Sabino Mullane
Not using session_replication_role would be a major change and I cannot truly see us implementing that without some serious safety checks. But I suppose it could be skipped if we...
Hm....not a big fan of a) or b) TBH. What do you think @ilmari ?
Can you verify what version of Postgres your are compiling against? That lo_truncate warning should not even show up unless you are trying to compile against a version 8.2 or...
This means that pg_ctl is not getting the final argument, 'start', as probably the other arguments are somehow intercepting it. Does the actual username contain spaces or anything odd? You...
Do you have a working test script that demonstrates this? While digging in, I found some other issues with regards to async COPY so I want to make sure I...
Thank you. I think we are simply going to disallow calling pg_result after an asynchronous COPY, as it's not the same as the non-COPY cases where we can simply wait...
As mentioned in the PR, I don't think we should allow pg_result after a COPY, as it makes no sense to wait for the server, when the only way to...
Looks like this was fixed as of 1e06b0d8754ec0953d7f4976e3d8dff125718df4
Can you show a failing case in your environment?
Open to adding something, but not sure where to put it; ideas welcome.