Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback.
Date
Msg-id AANLkTikoCWqhUnoCsOXmUZUcK0WcWLJMfg8=9HmuBR80@mail.gmail.com
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback.  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On Fri, Feb 18, 2011 at 6:34 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> Separate messages for standby replies and hot standby feedback.
> Allow messages to be sent at different times, and greatly reduce
> the frequency of hot standby feedback. Refactor to allow additional
> message types.

You could refactor this some more to avoid calling
GetCurrentTimestamp() and TimestampDifferenceExceeds() twice each, but
I'm not sure whether it's worth it.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Server Name
Next
From: Robert Haas
Date:
Subject: Re: About the performance of startup after dropping many tables