Re: pgsql: Generate backup manifests for base backups, and validate them.

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Generate backup manifests for base backups, and validate them.
Date: 2020-04-07 09:51:32
Message-ID: 172c9d9b-1d0a-1b94-1456-376b1e017322@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 2020-04-03 21:07, Robert Haas wrote:
> A new tool called pg_validatebackup can validate a backup against the
> manifest.

In software engineering, "verify" and "validate" have standardized
distinct meanings. I'm not going to try to explain them here, but you
can easily find them online. I haven't formed an opinion on which one
of them this tool is doing, but I notice that both the man page and the
messages produced by the tool use the two terms seemingly
interchangeably. We should try to pick the correct term and use it
consistently.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2020-04-07 14:52:35 pgsql: Consider Incremental Sort paths at additional places
Previous Message Tom Lane 2020-04-07 02:22:22 pgsql: Fix representation of SORT_TYPE_STILL_IN_PROGRESS.

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2020-04-07 09:58:39 Re: [HACKERS] make async slave to wait for lsn to be replayed
Previous Message Grigory Smolkin 2020-04-07 09:36:18 Re: Don't try fetching future segment of a TLI.