Skip to content

Commit

Permalink
Fix warning in pg_rewind
Browse files Browse the repository at this point in the history
  • Loading branch information
pashkinelfe committed Oct 18, 2024
1 parent 333f7e3 commit 20cea79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/pg_rewind/pg_rewind.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ main(int argc, char **argv)
case 6:
if (!parse_sync_method(optarg, &sync_method))
exit(1);
break;

case 'e': /* -e or --extension */
simple_string_list_append(&extensions, optarg);
Expand Down

0 comments on commit 20cea79

Please sign in to comment.