| From: | Dmitry Dolgov <9erthalion6(at)gmail(dot)com> |
|---|---|
| To: | Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Christoph Berg <myon(at)debian(dot)org>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Sami Imseih <samimseih(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Julien Rouhaud <rjuju123(at)gmail(dot)com> |
| Subject: | Re: Squash constant lists in query jumbling by default |
| Date: | 2025-03-25 20:05:44 |
| Message-ID: | CA+q6zcU+MF8veyyXeh3m1+y2Ti7ggtK8gsN_NpHzN-ctF_xXEg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
On Tue, Mar 25, 2025, 7:40 PM Dmitry Dolgov <9erthalion6(at)gmail(dot)com> wrote:
>
>>> On Tue, Mar 25, 2025, 6:28 PM Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
> wrote:
>
> On 2025-Mar-25, Tom Lane wrote:
>
> > If this GUC sticks around, it should be at least PGC_SUSET (on
>
> > the analogy of compute_query_id) to make it harder to break
>
> > pg_stat_statements that way.
>
>
> I have no problem making it superuser-only, and I can see making "on" be
>
> the default. I am not opposed to removing it completely either, if we
>
> really think that the current behavior is no longer useful for anybody.
>
>
> I'm in favor of removing the GUC of course, but if memory serves there
> were some folks in the patch discussion thread, who claimed they would
> need to be able to keep non-squashed behavior. I don't recall if there were
> particular arguments to support that, will try to find those messages
> again.
>
Nevermind, I've checked it out -- I think the case I had in mind [1] in fact
supports GUC removal:
> If anyone subtly changes jumbling logic when the extension is
active, the instance could get huge performance issues.
[1]:
https://www.postgresql.org/message-id/b8721722-a73e-0ee9-6513-425e9c88d92f%40postgrespro.ru
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nathan Bossart | 2025-03-25 21:03:37 | pgsql: initdb: Add --no-sync-data-files. |
| Previous Message | Sami Imseih | 2025-03-25 19:33:26 | Re: Squash constant lists in query jumbling by default |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2025-03-25 20:07:35 | Re: AIO v2.5 |
| Previous Message | Corey Huinker | 2025-03-25 19:59:13 | Re: Statistics Import and Export |