Reword overly-optimistic comment about backup checksum verification.

Robert Haas <rhaas@postgresql.org>

Commit: e76cbb6cd64d9c9cdf76a56318ba5249bf694b69
Author: Robert Haas <rhaas@postgresql.org>
Date: 2023-03-06T15:35:15Z
Releases: 16.0
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

Files

PathChange+/−
src/backend/backup/basebackup.c modified +15 −5

Discussion