Re: Query jumbling for prepare statement

From: bt22kawamotok <bt22kawamotok(at)oss(dot)nttdata(dot)com>
To: Julien Rouhaud <rjuju123(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Query jumbling for prepare statement
Date: 2022-09-14 08:28:03
Message-ID: 2f730b1aa1ea41680166fa5bcdfe5da1@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2022-09-14 17:18 に Julien Rouhaud さんは書きました:
> 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

Oh, I had missed it.
Thanks for telling me about it.

Kotaro Kawmaoto

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-09-14 08:54:12 Re: Refactor backup related code (was: Is it correct to say, "invalid data in file \"%s\"", BACKUP_LABEL_FILE in do_pg_backup_stop?)
Previous Message Daniel Gustafsson 2022-09-14 08:26:42 Re: pg_basebackup's --gzip switch misbehaves