Re: CI: Add task that runs pgindent

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Jelte Fennema-Nio <me@jeltef.nl>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Nazir Bilal Yavuz <byavuz81@gmail.com>
Date: 2025-11-07T15:33:58Z
Lists: pgsql-hackers
Hi,

On 2025-10-21 14:19:29 +0200, Jelte Fennema-Nio wrote:
> +# Check that code follows formatting standards
> +task:
> +  name: FormattingCheck

Why does this need to be a separate task, instead of being folded into the
CompilerWarnings task or such? Increasing the peak numbers of CPUs cfbot needs
is unfortunately somewhat annoying, as I've been fighting w/ GCP to increase
the quotas much higher than what they are right now.

Greetings,

Andres Freund