mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
PGPRO-2065: fix comments
This commit is contained in:
+1
-1
@@ -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
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user