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

From: Atsushi Torikoshi <atorik(at)gmail(dot)com>
To: Julien Rouhaud <rjuju123(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 10:11:02
Message-ID: CACZ0uYFTCdujJc65qwGsotAGGGs5YROPbeFxMQBLz6ZcevmJBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

v9 patch fails to apply to HEAD, could you check and rebase it?

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?

Regards,

--
Atsushi Torikoshi

On Wed, Apr 8, 2020 at 11:38 PM Julien Rouhaud <rjuju123(at)gmail(dot)com> wrote:

> On Tue, Apr 7, 2020 at 8:40 AM Tatsuro Yamada
> <tatsuro(dot)yamada(dot)tf(at)nttcom(dot)co(dot)jp> wrote:
> >
> > Hi Julien,
> >
> > On 2020/04/02 22:25, Julien Rouhaud wrote:
> > > New conflict, rebased v9 attached.
> >
> > I tested the patch on the head (c7654f6a3) and
> > the result was fine. See below:
> >
> > $ make installcheck-world
> > =====================
> > All 1 tests passed.
> > =====================
>
> Thanks Yamada-san! Unfortunately this patch still didn't attract any
> committer, so I moved it to the next commitfest.
>
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-07-14 10:18:41 Re: Don't choke on files that are removed while pg_rewind runs.
Previous Message Bharath Rupireddy 2020-07-14 10:08:49 Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit