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
-
Remove preprocessor guards from injection points
- efc26d17a7d4 18.1 landed
- 53a2246ddf9b 17.7 landed
- 0b3ce7878af7 19 (unreleased) landed
-
Fix comments in recovery tests
- d8f07dbb81a1 19 (unreleased) landed