Jelte Fennema-Nio
Jelte Fennema-Nio
Added it to the 1.0.0 milestone since it's pretty much zero effort
Thanks for the input everyone. I won't add `#[inline]` to everything then, only to a few obviously useful cases (one of those being `Debug` since for those we have benchmarks...
I'm not opposed to adding more derives to this crate. But they should have a utility that's not already provided by the other derives or by normal Rust constructs (or...
#145 does implement it, but the implementor didn't need it anymore so the PR seems abandoned. I don't think many changes are needed to get it over the finish line...
I had customer run into this when creating a unique constraint, and getting an error of duplicate values existing which were only in the shell table not in the actual...
Yeah, both of those seem quite exotic use cases these days. Definitely not worth these weird and difficult to debug issues. In that case I think it would be good...
Another customer ran into this footgun again.
That's already possible, but you need to enable it: https://docs.citusdata.com/en/stable/develop/api_guc.html#citus-propagate-set-commands-enum
I would like to have this same feature. In my case it's the separate `.md` doc files that I have that describe the usage of my library. For instance this...
I don't think I explained the first issue clear enough (https://github.com/pgbouncer/pgbouncer/pull/717). It's a race condition where pgcat sends the the cancellation to the database but doesn't wait until it is...