Query jumbling for prepare statement

From: bt22kawamotok <bt22kawamotok(at)oss(dot)nttdata(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Query jumbling for prepare statement
Date: 2022-09-14 08:14:06
Message-ID: 16adc1d29ed3920bbe571791f2ce2bd8@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

I found prepare statement are not jumbled.
Fro example PREPARE 't1'; and PREPARE 't2' are counted separately in
pg_stat_statements.
I think it needs to be fixed.
What do you think?

Regards,

Kotaro Kawamoto

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2022-09-14 08:15:02 Re: [PATCH]Feature improvement for MERGE tab completion
Previous Message Amul Sul 2022-09-14 07:28:18 Re: tweak to a few index tests to hits ambuildempty() routine.