pgsql: Fix pg_basebackup for keepalive messages

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_basebackup for keepalive messages
Date: 2012-01-09 17:10:33
Message-ID: E1RkIjx-0007Hn-Nh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pg_basebackup for keepalive messages

Teach pg_basebackup in streaming mode to deal with keepalive messages.
Also change the order of checks to complain at the message rather than
block size when a new message is introduced.

In passing, switch to using sizeof() instead of hardcoded sizes for
WAL protocol structs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6b020d228b976821181ac673964f302b2c32f12d

Modified Files
--------------
src/bin/pg_basebackup/receivelog.c | 30 +++++++++++++++++++++++-------
1 files changed, 23 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2012-01-09 17:13:51 Re: pgsql: plpython: Add SPI cursor support
Previous Message Dave Page 2012-01-09 17:06:54 Re: pgsql: plpython: Add SPI cursor support