Keepalive for max_standby_delay - Mailing list pgsql-hackers

From Simon Riggs
Subject Keepalive for max_standby_delay
Date
Msg-id 1273929430.308.8960.camel@ebony
Whole thread Raw
Responses Re: Keepalive for max_standby_delay
List pgsql-hackers
Patch adds a keepalive message to ensure max_standby_delay is useful.

No WAL format changes, no libpq changes. Just an additional message type
for the streaming replication protocol, sent once per main loop in
WALsender. Plus docs.

Comments?

--
 Simon Riggs           www.2ndQuadrant.com

Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: HS/SR Assert server crash
Next
From: Rob Wultsch
Date:
Subject: Re: Row-level Locks & SERIALIZABLE transactions, postgres vs. Oracle