pgsql: Make pg_receivexlog silent with 9.3 and older servers

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Make pg_receivexlog silent with 9.3 and older servers
Дата
Msg-id E1aGYBi-0004gm-O6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7ef311eb426b2ab01831cc5f1502a5b838c8cdd3

Modified Files
--------------
src/bin/pg_basebackup/streamutil.c |   28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Make pg_receivexlog silent with 9.3 and older servers
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Sort $(wildcard) output where needed for reproducible build outp