forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9706092
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.com1 parent48d67fd commit9706092
File tree
14 files changed
+4143
-9
lines changed- doc/src/sgml
- ref
- src
- bin
- pg_amcheck
- t
- tools/msvc
14 files changed
+4143
-9
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
| 199 | + | |
199 | 200 |
| |
200 | 201 |
| |
201 | 202 |
| |
|
0 commit comments
Comments
(0)