pg_verify_checksums -r option

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_verify_checksums -r option
Date: 2018-08-24 16:01:09
Message-ID: 7d5d3f34-ec64-602a-d7af-858eb686c86d@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm curious about this option:

-r RELFILENODE check only relation with specified relfilenode

but there is no facility to specify a database.

Also, referring to the relfilenode of a mapped relation seems a bit
inaccurate.

Maybe reframing this in terms of the file name of the file you want
checked would be better?

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-08-24 16:01:26 Re: remove ATTRIBUTE_FIXED_PART_SIZE
Previous Message Alexander Korotkov 2018-08-24 15:53:14 Re: [HACKERS] WIP: long transactions on hot standby feedback replica / proof of concept