Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9706092

Browse files
committed
Add pg_amcheck, a CLI for contrib/amcheck.
This makes it a lot easier to run the corruption checks that areimplemented by contrib/amcheck against lots of relations and getthe result in an easily understandable format. It has a wide varietyof options for choosing which relations to check and which checksto 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.comDiscussion:http://postgr.es/m/BA592F2D-F928-46FF-9516-2B827F067F57@enterprisedb.com
1 parent48d67fd commit9706092

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)

[8]ページ先頭

©2009-2025 Movatter.jp