Peter Geoghegan <p...@bowt.ie> writes: > On Sat, Jan 21, 2023 at 3:39 PM Jelte Fennema <postg...@jeltef.nl> wrote: >> ... For clang-format you should use >> at least clang-format 15, otherwise it has some bugs in the alignment >> logic.
> Really? I have been using 14, which is quite recent. Did you just > figure this out recently? If this is true, then it's certainly > discouraging. Indeed. What that points to is a future where different contributors get different results depending on what clang version they have installed --- and it's not going to be practical to insist that everybody have the same version, because AFAICT clang-format is tied to clang itself. So that sounds a bit unappetizing. One of the few advantages of the current tool situation is that at any time there's just one agreed-on version of pgindent and pgperltidy. I've not heard push-back about our policy that you should use perltidy version 20170521, because that's not especially connected to any other part of one's system. Maybe the same would hold for uncrustify, but it's never going to work for pieces of the clang ecosystem. regards, tom lane