summaryrefslogtreecommitdiff
path: root/src/bin/Makefile
diff options
context:
space:
mode:
authorRobert Haas2021-03-12 18:00:01 +0000
committerRobert Haas2021-03-12 18:00:01 +0000
commit9706092839db2c8c93860674e426a917635438c3 (patch)
tree63bce8d3bffd728a0fbe06f635837319721e5527 /src/bin/Makefile
parent48d67fd897918c72e7cdf703d794056b88ed5725 (diff)
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
Diffstat (limited to 'src/bin/Makefile')
-rw-r--r--src/bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile
index f7573efcd30..2fe0ae6652a 100644
--- a/src/bin/Makefile
+++ b/src/bin/Makefile
@@ -15,6 +15,7 @@ include $(top_builddir)/src/Makefile.global
SUBDIRS = \
initdb \
+ pg_amcheck \
pg_archivecleanup \
pg_basebackup \
pg_checksums \