Remove dependency to query text in JumbleQuery()
commit2ecbb0a49359759b46dd82df4ac3a083c36b1db4
authorMichael Paquier <michael@paquier.xyz>
Tue, 27 Jun 2023 23:59:36 +0000 (28 08:59 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 27 Jun 2023 23:59:36 +0000 (28 08:59 +0900)
tree73bb27d6a41a51e040c08827085774991198f23e
parent876d17d62fe84d706058f2458f067f0e9049a230
Remove dependency to query text in JumbleQuery()

Since 3db72eb, the query ID of utilities is generated using the Query
structure, making the use of the query string in JumbleQuery()
unnecessary.  This commit removes the argument "querytext" from
JumbleQuery().

Reported-by: Joe Conway
Reviewed-by: Nathan Bossart
Discussion: https://postgr.es/m/ZJlQAWE4COFqHuAV@paquier.xyz
src/backend/commands/explain.c
src/backend/nodes/queryjumblefuncs.c
src/backend/parser/analyze.c
src/include/nodes/queryjumble.h