Re: Hot Standby and handling max_standby_delay - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Hot Standby and handling max_standby_delay
Date
Msg-id 1263807029.3642.1689.camel@ebony
Whole thread Raw
In response to Re: Hot Standby and handling max_standby_delay  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
On Mon, 2010-01-18 at 08:28 +0200, Heikki Linnakangas wrote:

> > Do we need a new record type for that, is there a handy record type to
> > bounce from?
> 
> After starting streaming, slices of WAL are sent as CopyData messages.
> The CopyData payload begins with an XLogRecPtr, followed by the WAL
> data. That payload format needs to be extended with a 'message type'
> field and a new message type for the timestamps need to be added.

It wouldn't be a good use of all of our time for me to work on this. I
have zero unallocated time remaining and you'd still need to review what
I'd written, in any case.

-- Simon Riggs           www.2ndQuadrant.com



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Streaming Replication on win32
Next
From: Fujii Masao
Date:
Subject: Re: Hot Standby and handling max_standby_delay