RE: Remove obsolate comments from 047_checkpoint_physical_slot

Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>

From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: 'Daniel Gustafsson' <daniel@yesql.se>, Michael Paquier <michael@paquier.xyz>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>, Alexander Korotkov <aekorotkov@gmail.com>
Date: 2025-09-25T11:11:17Z
Lists: pgsql-hackers
Dear Daniel, Michael,

Thanks for the reply and sorry for posting many times.
Both 046_checkpoint_logical and 047_checkpoint_physical has below comments:

```
# Run another checkpoint, this time in the background, and make it wait
# on the injection point) so that the checkpoint stops right before
# removing old WAL segments.
```

Is "injection point)" a typo? I feel it is enough to remove ")".
Feel free to include if you agree this point as well.

Best regards,
Hayato Kuroda
FUJITSU LIMITED




Commits

  1. Remove preprocessor guards from injection points

  2. Fix comments in recovery tests