diff --git a/bin/pg_repack.c b/bin/pg_repack.c index b7ed997..62c2a5b 100644 --- a/bin/pg_repack.c +++ b/bin/pg_repack.c @@ -310,9 +310,9 @@ main(int argc, char *argv[]) (errcode(EINVAL), errmsg("too many arguments"))); - if(switch_threshold >= apply_count) - ereport(ERROR, (errcode(EINVAL), - errmsg("switch_threshold must be less than apply_count"))); + if(switch_threshold >= apply_count) + ereport(ERROR, (errcode(EINVAL), + errmsg("switch_threshold must be less than apply_count"))); check_tablespace();