Add output explaining that repack won't be issued

This commit is contained in:
Steeve Lennmark 2014-01-30 12:50:15 +00:00
parent c7767ab10b
commit f10a41c4e1

View File

@ -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)