Robert Haas <robertmh...@gmail.com> writes: > On Thu, Feb 27, 2025 at 3:05 PM Tom Lane <t...@sss.pgh.pa.us> wrote: >> Did you look at avoiding that with our standard trick of writing >> detail-free struct declarations?
> OK, here's a patch that does that. Thoughts? +1, but how about explain_dr.h too? It doesn't seem though that we can avoid #include "executor/instrument.h" there, so it'd be a little asymmetrical. But the executor inclusion doesn't seem nearly as much almost-circular. regards, tom lane