pg_archivecleanup: Refactor loop doing old segment removals
commit4a7556f77c44d295241d2432094b40156f69be1a
authorMichael Paquier <michael@paquier.xyz>
Wed, 19 Jul 2023 03:23:53 +0000 (19 12:23 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 19 Jul 2023 03:23:53 +0000 (19 12:23 +0900)
tree166e55b826baf4f928717460e93928fa144efa07
parent961cf5c9055ff5f689a06aafed3346146b3cee43
pg_archivecleanup: Refactor loop doing old segment removals

This commit refactors a bit the main loop of pg_archivecleanup that
handles the removal of old segments, reducing by one its level of
indentation.  This will help an incoming patch that adds a new option
related to the segment filtering logic.

Author: Atsushi Torikoshi
Reviewed-by: Kyotaro Horiguchi, Fujii Masao, Michael Paquier
Discussion: https://postgr.es/m/d660ef741ce3d82f3b4283f1cafd576c@oss.nttdata.com
src/bin/pg_archivecleanup/pg_archivecleanup.c