Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements

From: Chengxi Sun <sunchengxi(at)highgo(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Andrei Zubkov <zubkov(at)moonset(dot)ru>
Subject: Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements
Date: 2021-04-19 11:39:44
Message-ID: 161883238432.1140.14095408667901261140.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: tested, passed
Spec compliant: not tested
Documentation: not tested

Hi, Andrei

I tested your patch, and it works well. I also prefer timestamp inseatead of dealloc num.
I think it can provide more useful details about query statements.

Regards,
Martin Sun

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2021-04-19 11:47:53 Re: Reduce the number of special cases to build contrib modules on windows
Previous Message Amit Langote 2021-04-19 11:09:05 Re: Table refer leak in logical replication