pgsql: Reword overly-optimistic comment about backup checksum verificat - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Reword overly-optimistic comment about backup checksum verificat
Date
Msg-id E1pZCyB-002CxM-0R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e76cbb6cd64d9c9cdf76a56318ba5249bf694b69

Modified Files
--------------
src/backend/backup/basebackup.c | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove an old comment that doesn't seem especially useful.
Next
From: Tom Lane
Date:
Subject: pgsql: Fill EState.es_rteperminfos more systematically.