RE: [Todo item] Add entry creation timestamp column topg_stat_replication - Mailing list pgsql-hackers

From myungkyu.lim
Subject RE: [Todo item] Add entry creation timestamp column topg_stat_replication
Date
Msg-id 00d401d487bf$98727c10$c9577430$@samsung.com
Whole thread Raw
In response to Re: [Todo item] Add entry creation timestamp column topg_stat_replication  (Michael Paquier <michael@paquier.xyz>)
Responses Re: [Todo item] Add entry creation timestamp column topg_stat_replication  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
>On Mon, Nov 26, 2018 at 02:48:39PM +0900, myungkyu.lim wrote:
>> So I selected 'reply_time' because 'timestamp' was not used in stat
>> field.
>
>Fine by me.  Could you send a new patch please?  I am switching the patch
as
>waiting on author for now.

Ok.
Changed field name 'last_msg_send_time' to 'reply_time'.
Attached new patch file : 0001-Implement-following-TODO-list-item-v4.patch

example>
postgres=# select pid, reply_time from pg_stat_replication;
-[ RECORD 1 ]-----------------------------
pid        | 10493
reply_time | 2018-11-29 17:37:14.638428+09

check plz.

Best regards,
Myungkyu, Lim

Attachment

pgsql-hackers by date:

Previous
From: "Kato, Sho"
Date:
Subject: RE: Planning time of Generic plan for a table partitioned into a lot
Next
From: Christoph Berg
Date:
Subject: [PATCH] Change "checkpoint starting" message to use "wal"