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+mrdeq9w9xva...@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a4e003338d1832981354f5f89d9d5858439fd669

Modified Files
--------------
src/include/nodes/parsenodes.h | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

Reply via email to