Reword overly-optimistic comment about backup checksum verification.
authorRobert Haas <rhaas@postgresql.org>
Mon, 6 Mar 2023 15:35:15 +0000 (10:35 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 6 Mar 2023 15:35:15 +0000 (10:35 -0500)
commite76cbb6cd64d9c9cdf76a56318ba5249bf694b69
tree4551ba0694437d2b05960c18873c29010296ceea
parentf3948b5c9152e4beb33c0a4ff4ee193d264a5535
Reword overly-optimistic comment about backup checksum verification.

The comment implies that a single retry is sufficient to avoid
spurious checksum failures, but in fact no number of retries is
sufficient for that purpose. Update the comment accordingly.

Patch by me, reviewed by Michael Paquier.

Discussion: http://postgr.es/m/CA+TgmoZ_fFAoU6mrHt9QBs+dcYhN6yXenGTTMRebZNhtwPwHyg@mail.gmail.com
src/backend/backup/basebackup.c