Re: run pgindent in CI - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: run pgindent in CI
Date
Msg-id db136301-1ab3-4f06-8360-38ef8f9b1eed@eisentraut.org
Whole thread
In response to Re: run pgindent in CI  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
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.




pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: run pgindent in CI
Next
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements