PGPRO-2065: fix comments

This commit is contained in:
Grigory Smolkin
2019-04-03 04:25:40 +03:00
parent db3273b344
commit 140b33cc94
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1156,7 +1156,7 @@ do_checkdb(bool need_amcheck)
if (need_amcheck)
do_amcheck();
/* need to exit with 1 if some corruption is found */
/* TODO: need to exit with 1 if some corruption is found */
return 0;
}
+1 -1
View File
@@ -426,7 +426,7 @@ help_checkdb(void)
printf(_(" can be used only with '--amcheck' option\n"));
printf(_(" --amcheck in addition to file-level block checking\n"));
printf(_(" check btree indexes via function 'bt_index_check()'\n"));
printf(_(" using amcheck' or 'amcheck_next' extension\n"));
printf(_(" using 'amcheck' or 'amcheck_next' extensions\n"));
printf(_(" --parent use 'bt_index_parent_check()' instead of 'bt_index_check()'\n"));
printf(_(" --heapallindexed also check that heap is indexed\n"));
printf(_(" can be used only with '--amcheck' option\n"));