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

Commit08317ed

Browse files
pg_basebackup streaming: adjust version check msg
Commitd298b50 by Heikki Linnakangasrequested that the version check message be updated at next release, suggestingthat the appropriate text would be “9.3 or later”. The logic used for the checkindicates that the correct text for 9.4 is “9.3 or 9.4”, since the logic wouldcause this to fail for later releases.
1 parent3a8e9e9 commit08317ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_basebackup/receivelog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ CheckServerVersionForStreaming(PGconn *conn)
374374
fprintf(stderr,_("%s: incompatible server version %s; streaming is only supported with server version %s\n"),
375375
progname,
376376
serverver ?serverver :"'unknown'",
377-
"9.3");
377+
"9.3 or 9.4");
378378
return false;
379379
}
380380
return true;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp