Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback.
Дата
Msg-id 1298039306.2226.4834.camel@ebony
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Fri, 2011-02-18 at 07:11 -0500, Robert Haas wrote:
> 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.

Thanks for the observation.

-- Simon Riggs           http://www.2ndQuadrant.com/books/PostgreSQL Development, 24x7 Support, Training and Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Assertion failure on UNLOGGED VIEW and SEQUENCE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: About the performance of startup after dropping many tables