On 22.09.26 18:33, Nathan Bossart wrote:
> FWIW I've been using my own custom pgindent for a couple of months that is
> much faster, which might be nice if we're going to start running it in CI.
> I just haven't gotten to posting the patches. The main ideas are 1)
> running in parallel and 2) parsing typedefs.list once per run. That pretty
> dramatically decreases the duration of a whole-tree indent.
The timing of pgindent runs in this CI job aren't terribly critical in
the overall context (8-10s). Faster is better of course. But I would
be very interested in this improvement for local interactive use.