Benjamin Fry

Results 317 comments of Benjamin Fry

Error, fatal and panic all cause PG to abort the transaction, where panic will cause a full restart. The illegal obstruction is concerning though. Is this a double panic? Or...

This is happening on Windows? I wonder if this behavior can be reproduced on a vanilla Linux box.

I haven’t looked into this, yet, but what is the expected behavior of Postgres when it panics? It might do exactly this. It would be interesting if we had a...

Yes. That’s what I was trying to explain. Error and higher log statements have the side effect of killing the transaction/process/server, depending on which you use. It’s really ugly imo,...

I haven’t looked into it yet. So there’s no way to add an exception?

This is a transitive failure based on a dependency in https://github.com/tokio-rs/tracing/issues/2281

This should have been resolved with https://github.com/tokio-rs/tracing/pull/2287, just need to update the tracing dependency.

Ok, here's the thing I'm wondering. We have this type: `DnsResponse` which stores a `Message` and the `buffer` of the raw response today. I'm considering us adding something to that...

One of the things I've been struggling with around DNSSEC is that there isn't a perfect guide to what should happen. In so many cases `bogus` is actually misconfigured DNS...

> having NoRecordsFound be an err variant was a little surprising to me Perhaps not the best logic, but I ended up doing that as I needed a way to...