Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit134c939

Browse files
author
Arthur Zakirov
committed
Fix --stream option number
1 parenta3a8e8a commit134c939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pg_probackup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ static pgut_option options[] =
6868
{'s','B',"backup-path",&backup_path,SOURCE_CMDLINE },
6969
/* common options */
7070
{'u','j',"threads",&num_threads,SOURCE_CMDLINE },
71-
{'b',1,"stream",&stream_wal,SOURCE_CMDLINE },
72-
{'b',2,"progress",&progress,SOURCE_CMDLINE },
71+
{'b',2,"stream",&stream_wal,SOURCE_CMDLINE },
72+
{'b',3,"progress",&progress,SOURCE_CMDLINE },
7373
{'s','i',"backup-id",&backup_id_string_param,SOURCE_CMDLINE },
7474
/* backup options */
7575
{'b',10,"backup-pg-log",&backup_logs,SOURCE_CMDLINE },

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp