Skip to content

Commit 48e4427

Browse files
committed
[Issue #149] add option -S | --primary-slot-name
1 parent 2fe9ec2 commit 48e4427

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pg_probackup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ static ConfigOption cmd_options[] =
172172
{ 'f', 'b', "backup-mode", opt_backup_mode, SOURCE_CMD_STRICT },
173173
{ 'b', 'C', "smooth-checkpoint", &smooth_checkpoint, SOURCE_CMD_STRICT },
174174
{ 's', 'S', "slot", &replication_slot, SOURCE_CMD_STRICT },
175+
{ 's', 'S', "primary-slot-name",&replication_slot, SOURCE_CMD_STRICT },
175176
{ 'b', 181, "temp-slot", &temp_slot, SOURCE_CMD_STRICT },
176177
{ 'b', 182, "delete-wal", &delete_wal, SOURCE_CMD_STRICT },
177178
{ 'b', 183, "delete-expired", &delete_expired, SOURCE_CMD_STRICT },

0 commit comments

Comments
 (0)