Jack Christensen
Jack Christensen
Thanks! That's great!
If timeline really shouldn't be set on a logical replication connection then shouldn't an error be generated somewhere? Maybe bubbling up from PG isn't the best but silently ignoring a...
> this could be as easy a documentation addition. 👍
I have no objection to the feature, but I have no plans to work on it myself.
Wow, that's tricky. Thanks for looking into it.
Thanks to the info in those issues you linked to I thought to try explicitly setting `xmlns` on the `a` element. ``` ``` ...and it works! It'd be nice to...
I probably won't be able to personally get to this for a while, but I think the changes should be fairly straightforward if anyone wants to submit a PR.
> Should we introduce a SendBytes() method in pgxv5 ? It's not great, as it really is a low level method that probably shouldn't be exported... My initial thought was...
Sorry, I don't understand what you mean. Do you have an example that demonstrates this issue?
> Consider such a situation, when the maxSize is exceeded, the Acquire function is called again. If no resources have been released and ctx has timed out, the above logic...