Add output explaining that repack won't be issued
This commit is contained in:
parent
c7767ab10b
commit
f10a41c4e1
@ -270,6 +270,9 @@ main(int argc, char *argv[])
|
||||
|
||||
check_tablespace();
|
||||
|
||||
if (dryrun)
|
||||
elog(INFO, "Dry run enabled, not executing repack");
|
||||
|
||||
if (r_index.head || only_indexes)
|
||||
{
|
||||
if (r_index.head && table_list.head)
|
||||
|
Loading…
x
Reference in New Issue
Block a user