RE: [Todo item] Add entry creation timestamp column to pg_stat_replication
myungkyu.lim <myungkyu.lim@samsung.com>
From: MyungKyu LIM <myungkyu.lim@samsung.com>
To: Laurenz Albe <laurenz.albe@cybertec.at>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-10-25T07:28:13Z
Lists: pgsql-hackers
Attachments
- 0001-Implement-following-TODO-list-item-v3.patch (application/octet-stream) patch v3-0001
Thanks for your feedback! Include documentation for new column. Attached new patch file : 0001-Implement-following-TODO-list-item-v3.patch Best regards, Myungkyu, Lim --------- Original Message --------- Sender : Laurenz Albe <laurenz.albe@cybertec.at> Date : 2018-10-25 15:14 (GMT+9) Title : Re: [Todo item] Add entry creation timestamp column to pg_stat_replication MyungKyu LIM wrote: > I have worked on following todo list item. > > - Add entry creation timestamp column to pg_stat_replication > http://archives.postgresql.org/pgsql-hackers/2011-08/msg00694.php > > This item looks like simple because necessary data was already exist. > So, I wrote a prototype patch. Thank you! You should add this to the next commitfest: https://commitfest.postgresql.org/20/ Please make sure to read the Developer FAQ if you haven't already done it: https://wiki.postgresql.org/wiki/Developer_FAQ Yours, Laurenz Albe
Commits
-
Add timestamp of last received message from standby to pg_stat_replication
- 7fee252f6fbf 12.0 landed