Refine query jumbling handling for CallStmt
authorMichael Paquier <michael@paquier.xyz>
Wed, 8 Mar 2023 05:38:35 +0000 (14:38 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 8 Mar 2023 05:38:35 +0000 (14:38 +0900)
commita4e003338d1832981354f5f89d9d5858439fd669
tree96f809662f2c88e20c560d5b8d9378ccde0bdb38
parent401874ab020b44d8000ac90debef43a146b96d5a
Refine query jumbling handling for CallStmt

Previously, all the nodes of CallStmt were included in the jumbling,
causing a duplicate in the computation as the transformed state of the
CALL query was included as well as the parsed state (transformed
FuncCall with all the input arguments and potential output arguments).

Reviewed-by: Bertrand Drouvot
Discussion: https://postgr.es/m/Y+MRdEq9W9XVa2AB@paquier.xyz
src/include/nodes/parsenodes.h