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

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Yugo Nagata <nagata@sraoss.co.jp>
Cc: Michael Banck <michael.banck@credativ.de>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-09-01T05:40:40Z
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.


Commits

  1. pg_verify_checksums: rename -d to --verbose