diff options
author | Peter Geoghegan | 2020-04-12 04:07:20 +0000 |
---|---|---|
committer | Peter Geoghegan | 2020-04-12 04:07:20 +0000 |
commit | 26640c40715c7f2045cf1b7c6753cac40b64d1e8 (patch) | |
tree | 879223c33c37d32850c04e4c84585cbcd09f8eb4 | |
parent | 35cb574aa84723f4661e9fc51340130e64cb5dfc (diff) |
Doc: Fix contrib/amcheck tip.
Fixes an oversight in commit 20fbb711.
-rw-r--r-- | doc/src/sgml/amcheck.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/amcheck.sgml b/doc/src/sgml/amcheck.sgml index 58b163a3d94..75518a7820a 100644 --- a/doc/src/sgml/amcheck.sgml +++ b/doc/src/sgml/amcheck.sgml @@ -168,7 +168,7 @@ ORDER BY c.relpages DESC LIMIT 10; </variablelist> <tip> <para> - <function>bt_index_parent_check</function> and + <function>bt_index_check</function> and <function>bt_index_parent_check</function> both output log messages about the verification process at <literal>DEBUG1</literal> and <literal>DEBUG2</literal> severity |