Clean up JumbleQuery() from query text
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Joe Conway <mail@joeconway.com>
Date: 2023-06-26T08:44:49Z
Lists: pgsql-hackers
Attachments
- queryjumble-query.patch (text/x-diff) patch
Hi all, Joe has reported me offlist that JumbleQuery() includes a dependency to the query text, but we don't use that anymore as the query ID is generated from the Query structure instead. Any thoughts about the cleanup attached? But at the same time, this is simple and a new thing, so I'd rather clean up that now rather than later. It is not urgent, so I am fine to postpone that after beta2 is released on 17~ if there are any objections to that, of course. Thoughts? -- Michael
Commits
-
Remove dependency to query text in JumbleQuery()
- 2ecbb0a49359 16.0 landed