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

Commit9865e09

Browse files
committed
Fix problem with remote archive-push
1 parentfdfb074 commit9865e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pg_probackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ main(int argc, char *argv[])
351351
backup_subcmd==ARCHIVE_PUSH_CMD||backup_subcmd==ARCHIVE_GET_CMD))
352352
{
353353
if (remote_agent) {
354-
if (backup_subcmd!=BACKUP_CMD) {
354+
if (backup_subcmd!=BACKUP_CMD&&backup_subcmd!=ARCHIVE_PUSH_CMD) {
355355
fio_communicate(STDIN_FILENO,STDOUT_FILENO);
356356
return0;
357357
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp