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

From Michael Paquier
Subject Re: [Todo item] Add entry creation timestamp column topg_stat_replication
Date
Msg-id 20181209074457.GF1833@paquier.xyz
Whole thread Raw
In response to RE: [Todo item] Add entry creation timestamp column topg_stat_replication  ("myungkyu.lim" <myungkyu.lim@samsung.com>)
List pgsql-hackers
On Fri, Dec 07, 2018 at 03:45:59PM +0900, myungkyu.lim wrote:
> Thank you for your attention!

And committed.  There was one thing that the patch was doing wrong:
there is no point to convert the timestamp to a string if no log message
is generated, so I have added a check on log_min_messages to avoid the
extra processing for normal workloads, and pushed.

Thanks for the patch, TODO_item--.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Too-short timeouts in test code
Next
From: David Rowley
Date:
Subject: Re: slight tweaks to documentation about runtime pruning