Re: pg_verify_checksums -d option (was: Re: pg_verify_checksums -r option)

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: Michael Banck <michael(dot)banck(at)credativ(dot)de>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_verify_checksums -d option (was: Re: pg_verify_checksums -r option)
Date: 2018-09-01 05:40:40
Message-ID: alpine.DEB.2.21.1809010739140.32764@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello Yugo-san,

> Attached is a patch to allow pg_verity_checksums to specify a database
> to scan. This is usefule for users who want to verify checksums of relations
> in a specific database. We can specify a database by OID using -d or --dboid option.
> Also, when -g or --global-only is used only shared relations are scaned.

It seems that the patch does not apply anymore. Could you rebase it?

--
Fabien.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2018-09-01 06:27:42 Re: Online verification of checksums
Previous Message Fabien COELHO 2018-09-01 05:33:43 Re: Progress reporting for pg_verify_checksums