You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-C, --exclude-extension don't repack tables which belong to specific extension
--error-on-invalid-index don't repack tables which belong to specific extension
Maybe the --error-on-invalid-index line was copied from --exclude-extension line but the author forgot to edit it after coping.
printf(" -C, --exclude-extension don't repack tables which belong to specific extension\n");
printf(" --error-on-invalid-index don't repack tables which belong to specific extension\n");
The text was updated successfully, but these errors were encountered:
I run
pg_repack --help
and I get this:Maybe the --error-on-invalid-index line was copied from --exclude-extension line but the author forgot to edit it after coping.
The text was updated successfully, but these errors were encountered: