On Sat, Sep 17, 2022 at 9:47 PM Tom Lane <[email protected]> wrote: > ReorderBufferAssignChild is better, but ReorderBufferCommitChild is still > short some parameter names.
I actually noticed that clang-tidy missed this one myself, shortly after commit. I still haven't figured out why, but it seems like it might be a bug in the readability-named-parameter check. Could also have something to do with my clang tooling config, even though it works well overall. I'll fix this soon, in any case. -- Peter Geoghegan
