Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements

Chengxi Sun <sunchengxi@highgo.com>

From: Chengxi Sun <sunchengxi@highgo.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Andrei Zubkov <zubkov@moonset.ru>
Date: 2021-04-19T11:39:44Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Improve quoting in some error messages

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