pg_stat_replication vs StandbyReplyMessage

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_stat_replication vs StandbyReplyMessage
Date: 2011-08-15 11:03:35
Message-ID: CABUevEwA=AFWXr-7cCpZ9MDdxHL2wFGsxFiB6uyFDTOhRudGrA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The pg_stat_replication view exposes all the fields in
StandbyReplyMessage *except* for the timestamp when the message was
generated. On an active system this is not all that interesting, but
on a mostly idle system that allows the monitoring to react faster
than the timeout that actually kicks the other end off - and could be
useful in manual debugging scenarios. Any particular reason why this
was not exposed as it's own column?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-08-15 11:22:52 walprotocol.h vs frontends
Previous Message Florian Weimer 2011-08-15 10:41:57 Re: synchronized snapshots