postgresql/src/bin/pg_basebackup
Alvaro Herrera 4aecd22d3c Make pg_receivexlog silent with 9.3 and older servers
A pointless and confusing error message is shown to the user when
attempting to identify a 9.3 or older remote server with a 9.5/9.6
pg_receivexlog, because the return signature of IDENTIFY_SYSTEM was
changed in 9.4.  There's no good reason for the warning message, so
shuffle code around to keep it quiet.

(pg_recvlogical is also affected by this commit, but since it obviously
cannot work with 9.3 that doesn't actually matter much.)

Backpatch to 9.5.

Reported by Marco Nenciarini, who also wrote the initial patch.  Further
tweaked by Robert Haas and Fujii Masao; reviewed by Michael Paquier and
Craig Ringer.
2016-01-05 17:25:12 -03:00
..
po Translation updates 2015-06-28 23:56:55 -04:00
t Cleanup some problems in new Perl test code 2015-12-07 19:39:57 -03:00
.gitignore Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00
nls.mk Translation updates 2014-12-15 16:19:59 -05:00
pg_basebackup.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_receivexlog.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_recvlogical.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
receivelog.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
receivelog.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
streamutil.c Make pg_receivexlog silent with 9.3 and older servers 2016-01-05 17:25:12 -03:00
streamutil.h Update copyright for 2016 2016-01-02 13:33:40 -05:00