pgsql: Teach pg_basebackup and pg_receivexlog to reply to server keepal

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach pg_basebackup and pg_receivexlog to reply to server keepal
Date: 2012-11-08 08:32:13
Message-ID: E1TWNX3-0002YS-Dd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-11-08 16:34:51 pgsql: Don't trash input list structure in does_not_exist_skipping().
Previous Message Tom Lane 2012-11-07 23:06:16 pgsql: Fix missing inclusions.