Content-Length: 258592 | pFad | http://github.com/postgrespro/postgres/commit/08317edc2d4200e3716deaf585925069601c8965

55 pg_basebackup streaming: adjust version check msg · postgrespro/postgres@08317ed · GitHub
Skip to content

Commit 08317ed

Browse files
pg_basebackup streaming: adjust version check msg
Commit d298b50 by Heikki Linnakangas requested that the version check message be updated at next release, suggesting that the appropriate text would be “9.3 or later”. The logic used for the check indicates that the correct text for 9.4 is “9.3 or 9.4”, since the logic would cause this to fail for later releases.
1 parent 3a8e9e9 commit 08317ed

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/08317edc2d4200e3716deaf585925069601c8965

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy