pgsql: Teach pg_basebackup and pg_receivexlog to reply to server keepal - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Teach pg_basebackup and pg_receivexlog to reply to server keepal
Date
Msg-id E1TWNX3-0002YS-Dd@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Teach pg_basebackup and pg_receivexlog to reply to server keepalives.

Without this, the connection will be killed after timeout if
wal_sender_timeout is set in the server.

Original patch by Amit Kapila, modified by me to fit recent changes in the
code.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a9dad56441e4bc5d20c34bd56daf8e72df1b22d3

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml  |    8 +++---
doc/src/sgml/ref/pg_receivexlog.sgml |    7 +++--
src/bin/pg_basebackup/receivelog.c   |   46 +++++++++++++++++++++++++++------
3 files changed, 45 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix missing inclusions.
Next
From: Tom Lane
Date:
Subject: pgsql: Don't trash input list structure in does_not_exist_skipping().