Re: failures in t/031_recovery_conflict.pl on CI

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: Re: failures in t/031_recovery_conflict.pl on CI
Date: 2022-05-03 07:46:10
Message-ID: 202205030746.pfpbpywy7xp7@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2022-May-02, Andres Freund wrote:

> > > pgindent uses some crazy formatting nearby:
> > > SendRecoveryConflictWithBufferPin(
> > > PROCSIG_RECOVERY_CONFLICT_STARTUP_DEADLOCK);
> >
> > I do not believe that that line break is pgindent's fault.
>
> Oh - I'm fairly certain I've seen pgindent do that in the past. But you're
> right, it's not. Perhaps it was an older version of pgindent?

No, it's never done that. We used to fold lines that way manually,
because pgindent used to push the argument to the left, but that changed
at commit 382ceffdf7f6.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"La grandeza es una experiencia transitoria. Nunca es consistente.
Depende en gran parte de la imaginación humana creadora de mitos"
(Irulan)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2022-05-03 08:34:41 Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL
Previous Message Peter Smith 2022-05-03 07:16:41 Re: Perform streaming logical transactions by background workers and parallel apply