]> granicus.if.org Git - postgresql/commit
Teach pg_basebackup and pg_receivexlog to reply to server keepalives.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 8 Nov 2012 08:25:58 +0000 (10:25 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 8 Nov 2012 08:28:52 +0000 (10:28 +0200)
commita9dad56441e4bc5d20c34bd56daf8e72df1b22d3
treebdd539d9089762ee3a7a5d293d630fb166652cf2
parent9e45e03886c75dd049bcc1b063e0bf34e46a3a62
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.
doc/src/sgml/ref/pg_basebackup.sgml
doc/src/sgml/ref/pg_receivexlog.sgml
src/bin/pg_basebackup/receivelog.c