Yurii Rashkovskii

Results 214 comments of Yurii Rashkovskii

Anything else I can do here to make this ready to be merged?

> A design question that came up in my mind that I don't know enough about BackgroundWorkers to remark on: Can a BackgroundWorker, if registered and loaded dynamically, move to...

> I figured something like that would be the case. I was wondering if using a generic-enforced state machine (as in https://hoverbear.org/blog/rust-state-machine-pattern/ 3.3 and 3.4) might be better as a...

I'm 100% on this with you. Good APIs take time and stricter are better, but only when not taken to an extreme. It should still be usable :) I'll be...

@workingjubilee I've addressed the issue with `TerminatingDynamicBackgroundWorker::wait_for_shutdown` signature as we've discussed.

Thank you for the feedback; I will address your commentary in the coming days. This is a lower-priority development for me at the moment, but I'll see what I can...

I'll retire this for now, as it has become stale. May reopen later. WIth sub-transactions available through pgx-contrib-spiext, a bit less of a pressing concern.

I have a use case where I need to figure out column meta-information (count, names, types) at runtime. Please let me know if you have any suggestions.