Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0b87ac4

Browse files
committedFeb 28, 2025
changed the flag
1 parent df24285 commit 0b87ac4

File tree

2 files changed

+321
-1
lines changed

2 files changed

+321
-1
lines changed
 

‎bin/.idea/workspace.xml

+320
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bin/pg_repack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ static pgut_option options[] =
283283
{ 'l', 'c', "schema", &schema_list },
284284
{ 'b', 'n', "no-order", &noorder },
285285
{ 'b', 'N', "dry-run", &dryrun },
286-
{ 's', 'w', "where-clause", &where_clause },
286+
{ 's', 'X', "where-clause", &where_clause },
287287
{ 's', 'o', "order-by", &orderby },
288288
{ 's', 's', "tablespace", &tablespace },
289289
{ 'b', 'S', "moveidx", &moveidx },

0 commit comments

Comments
 (0)
Please sign in to comment.