Re: Squash constant lists in query jumbling by default
Laurenz Albe <laurenz.albe@cybertec.at>
From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Christoph Berg <myon@debian.org>, pgsql-hackers@lists.postgresql.org
Cc: Álvaro Herrera <alvherre@alvh.no-ip.org>, Sami Imseih <samimseih@gmail.com>, Michael Paquier <michael@paquier.xyz>, Tom Lane <tgl@sss.pgh.pa.us>, Julien Rouhaud <rjuju123@gmail.com>
Date: 2025-03-25T21:24:15Z
Lists: pgsql-hackers
On Tue, 2025-03-25 at 17:28 +0100, Christoph Berg wrote: > The "jumble names of temp tables" thread was briefly touching this [1], > I'm starting a new thread since the others are already very long. > > [1] https://www.postgresql.org/message-id/flat/CAA5RZ0uNofEXfEfNw3uRN3D3oXkFPQ_s%2BhuLLHMKR_%2BMCk8RPQ%40mail.gmail.com#c357c56c3924642e8ef73cc1c8a0286e > > Two points were made: > > 1) this should be on by default > 2) there should be no GUC for it. +1 on both Yours, Laurenz Albe
Commits
-
Remove the query_id_squash_values GUC
- 9fbd53dea5d5 18.0 landed
-
Introduce squashing of constant lists in query jumbling
- 62d712ecfd94 18.0 cited