Re: CI: Add task that runs pgindent - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Re: CI: Add task that runs pgindent
Date
Msg-id CAGECzQQJgGqwkgHWdH8TxVKg4Gdb-PjK_F0+PpzjB4JUL_87yA@mail.gmail.com
Whole thread Raw
In response to Re: CI: Add task that runs pgindent  (Jelte Fennema-Nio <me@jeltef.nl>)
Responses Re: CI: Add task that runs pgindent
List pgsql-hackers
On Tue, 21 Oct 2025 at 16:49, Jelte Fennema-Nio <me@jeltef.nl> wrote:
> By having it be a separate job I can easily make the
> cfbot and commitfest app report it as "yellow" instead of "red" if
> this job fails.

I set "allow_failures: true" in the cirrus task, so that a formatting
failure won't show the whole build as failed. I updated the commitfest
app to now show it with an orange cross instead of a red one (see
attached png). I included a patch that breaks indentation so I can
easily test this new behaviour end-to-end.

Attachment

pgsql-hackers by date:

Previous
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: POC: enable logical decoding when wal_level = 'replica' without a server restart
Next
From: Michael Paquier
Date:
Subject: Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal