Skip to content

Commit

Permalink
changed the flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitml committed Feb 28, 2025
1 parent df24285 commit 0b87ac4
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 1 deletion.
320 changes: 320 additions & 0 deletions bin/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/pg_repack.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static pgut_option options[] =
{ 'l', 'c', "schema", &schema_list },
{ 'b', 'n', "no-order", &noorder },
{ 'b', 'N', "dry-run", &dryrun },
{ 's', 'w', "where-clause", &where_clause },
{ 's', 'X', "where-clause", &where_clause },
{ 's', 'o', "order-by", &orderby },
{ 's', 's', "tablespace", &tablespace },
{ 'b', 'S', "moveidx", &moveidx },
Expand Down

0 comments on commit 0b87ac4

Please sign in to comment.