Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view?

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Atsushi Torikoshi <atorik(at)gmail(dot)com>
Cc: Tatsuro Yamada <tatsuro(dot)yamada(dot)tf(at)nttcom(dot)co(dot)jp>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Bruce Momjian <bruce(at)momjian(dot)us>, Evgeny Efimkin <efimkin(at)yandex-team(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view?
Date: 2020-07-14 11:24:53
Message-ID: 20200714112453.hxxbwobyimefxzv7@nol
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 14, 2020 at 07:11:02PM +0900, Atsushi Torikoshi wrote:
> Hi,
>
> v9 patch fails to apply to HEAD, could you check and rebase it?

Thanks for the notice, v10 attached!

> And here are minor typos.
>
> 79 + * utility statements. Note that we don't compute a queryId
> for prepared
> 80 + * statemets related utility, as those will inherit from the
> underlying
> 81 + * statements's one (except DEALLOCATE which is entirely
> untracked).
>
> statemets -> statements
> statements's -> statements' or statement's?

Thanks! I went with "statement's".

Attachment Content-Type Size
v10-0001-Expose-queryid-in-pg_stat_activity-and-log_line_.patch text/x-diff 33.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message osumi.takamichi@fujitsu.com 2020-07-14 11:26:32 RE: problem with RETURNING and update row movement
Previous Message Jochem van Dieten 2020-07-14 10:54:28 Re: recovering from "found xmin ... from before relfrozenxid ..."