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

From Andres Freund
Subject Re: CI: Add task that runs pgindent
Date
Msg-id l3lsrf5wnr63cu55zmu6kqm75gnlbhxzftz3wcahjiyaocxbnj@w2peh7fl42mg
Whole thread Raw
In response to CI: Add task that runs pgindent  ("Jelte Fennema-Nio" <me@jeltef.nl>)
Responses Re: CI: Add task that runs pgindent
List 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



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Multixid SLRU truncation bugs at wraparound
Next
From: Peter Eisentraut
Date:
Subject: Re: Decouple C++ support in Meson's PGXS from LLVM enablement