Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9706092

Browse files
committed
Add pg_amcheck, a CLI for contrib/amcheck.
This makes it a lot easier to run the corruption checks that are implemented by contrib/amcheck against lots of relations and get the result in an easily understandable format. It has a wide variety of options for choosing which relations to check and which checks to perform, and it can run checks in parallel if you want. Mark Dilger, reviewed by Peter Geoghegan and by me. Discussion: http://postgr.es/m/12ED3DA8-25F0-4B68-937D-D907CFBF08E7@enterprisedb.com Discussion: http://postgr.es/m/BA592F2D-F928-46FF-9516-2B827F067F57@enterprisedb.com
1 parent 48d67fd commit 9706092

File tree

14 files changed

+4143
-9
lines changed

14 files changed

+4143
-9
lines changed

doc/src/sgml/ref/allfiles.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ Complete list of usable sgml source files in this directory.
196196
<!ENTITY dropuser SYSTEM "dropuser.sgml">
197197
<!ENTITY ecpgRef SYSTEM "ecpg-ref.sgml">
198198
<!ENTITY initdb SYSTEM "initdb.sgml">
199+
<!ENTITY pgamcheck SYSTEM "pg_amcheck.sgml">
199200
<!ENTITY pgarchivecleanup SYSTEM "pgarchivecleanup.sgml">
200201
<!ENTITY pgBasebackup SYSTEM "pg_basebackup.sgml">
201202
<!ENTITY pgbench SYSTEM "pgbench.sgml">

0 commit comments

Comments
 (0)