Re: Query jumbling for prepare statement - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: Query jumbling for prepare statement
Date
Msg-id 20220914081833.zsqd56kondaxyadv@jrouhaud
Whole thread Raw
In response to Query jumbling for prepare statement  (bt22kawamotok <bt22kawamotok@oss.nttdata.com>)
Responses Re: Query jumbling for prepare statement
List pgsql-hackers
Hi,

On Wed, Sep 14, 2022 at 05:14:06PM +0900, bt22kawamotok wrote:
>
> I found prepare statement are not jumbled.
> Fro example PREPARE 't1'; and PREPARE 't2' are counted separately in
> pg_stat_statements.

Are you talking about PREPARE TRANSACTION?  If yes I already suggested that a
few days ago (1), and Bertrand implemented it in the v5 version of the patch on
that thread.

[1] https://www.postgresql.org/message-id/20220908112919.2ytxpkitiw6lt2u6@jrouhaud



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: [PATCH]Feature improvement for MERGE tab completion
Next
From: Daniel Gustafsson
Date:
Subject: Re: pg_basebackup's --gzip switch misbehaves