Re: pg_stat_statements and "IN" conditions

From: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
To: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, Sergei Kornilov <sk(at)zsrv(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>, Zhihong Yu <zyu(at)yugabyte(dot)com>, David Steele <david(at)pgmasters(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Greg Stark <stark(at)mit(dot)edu>, Pavel Trukhanov <pavel(dot)trukhanov(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: pg_stat_statements and "IN" conditions
Date: 2023-01-29 12:56:02
Message-ID: CAB-JLwZkCXfuiX_vAAmXoiAnEKK9-yPSxADL3v8PFft6QcjczQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em dom., 29 de jan. de 2023 às 09:24, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
escreveu:

> > On Fri, Jan 27, 2023 at 08:15:29PM +0530, vignesh C wrote:
> > The patch does not apply on top of HEAD as in [1], please post a rebased
> patch:
>
> Thanks. I think this one should do the trick.
>

There is a typo on DOC part
+ and it's length is larger than <varname> const_merge_threshold
</varname>,
+ then array elements will contribure nothing to the query
identifier.
+ Thus the query will get the same identifier no matter how many
constants

That "contribure" should be "contribute"

regards
Marcos

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Jones 2023-01-29 13:02:18 Re: Authentication fails for md5 connections if ~/.postgresql/postgresql.{crt and key} exist
Previous Message Tomas Vondra 2023-01-29 12:53:10 Re: lockup in parallel hash join on dikkop (freebsd 14.0-current)