Re: [Todo item] Add entry creation timestamp column to pg_stat_replication

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: "myungkyu(dot)lim" <myungkyu(dot)lim(at)samsung(dot)com>
Cc: 'Masahiko Sawada' <sawada(dot)mshk(at)gmail(dot)com>, 'PostgreSQL-development' <pgsql-hackers(at)postgresql(dot)org>, woosung(dot)sohn(at)samsung(dot)com, don(dot)hong(at)samsung(dot)com
Subject: Re: [Todo item] Add entry creation timestamp column to pg_stat_replication
Date: 2018-12-09 07:44:57
Message-ID: 20181209074457.GF1833@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2018-12-09 11:13:15 Re: slight tweaks to documentation about runtime pruning
Previous Message Michael Paquier 2018-12-09 03:26:54 Re: Too-short timeouts in test code