Re: Small miscellaneous fixes

Ranier Vilela <ranier.vf@gmail.com>

From: Ranier Vilela <ranier.vf@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Masahiko Sawada <sawada.mshk@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2022-11-26T14:30:07Z
Lists: pgsql-hackers
Em sex., 25 de nov. de 2022 às 22:21, Michael Paquier <michael@paquier.xyz>
escreveu:

> On Fri, Nov 25, 2022 at 01:15:40PM +0100, Peter Eisentraut wrote:
> > Is this something you want to follow up on, since you were involved in
> that
> > patch?  Is the redundant assignment simply to be deleted, or do you want
> to
> > check the original patch again for context?
>
> Most of the changes of this thread have been applied as of c42cd05c.
> Remains the SIGALRM business with sig_atomic_t, and I wanted to check
> that by myself first.
>
Thank you Michael, for taking care of it.

regards,
Ranier Vilela

Commits

  1. Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsync

  2. Cleanup useless assignments and checks

  3. Mark sigint_interrupt_enabled as sig_atomic_t

  4. Refactor creation of backup_label and backup history files