Give a proper error message if connecting to incompatible server. The WAL streaming message format changed in 9.3, so 9.3 pg_basebackup or pg_receivelog won't work against older servers.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/ffda05977a93f9b3f8a6b05657ba2f16decb6b23 Modified Files -------------- src/bin/pg_basebackup/receivelog.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
