Re: Issue in recent pg_stat_statements?

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: David Christensen <david(dot)christensen(at)crunchydata(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Issue in recent pg_stat_statements?
Date: 2021-04-26 17:19:25
Message-ID: CAOBaU_b7_6KzeVTxn3Mf4oTGHgfVpYkVExsHUjbJE8z_g9oQfg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 26, 2021 at 11:40 PM David Christensen
<david(dot)christensen(at)crunchydata(dot)com> wrote:
>>
>> > Is this an expected change, or is this in fact broken? In previous revisions, this was showing the INSERT and SELECT at the very least. I'm unclear as to why the regression test is still passing, so want to verify that I'm not doing something wrong in the testing.
>>
>> Yes, you want to look into the queryid functionality. See
>> https://www.postgresql.org/message-id/flat/35457b09-36f8-add3-1d07-6034fa585ca8%40oss.nttdata.com
>>
>> Interface changes may still be coming in 14 for that. Or warnings.
>
>
> Hmm, I'm unclear as to why you would potentially want to use pg_stat_statements *without* this functionality.

Using pg_stat_statements with a different query_id semantics without
having to fork pg_stat_statements.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2021-04-26 17:23:54 Re: compute_query_id and pg_stat_statements
Previous Message Pavel Stehule 2021-04-26 17:14:50 Re: ERROR: relation "sql_features" does not exist