Commit a4e0033
committed
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.xyz1 parent 401874a commit a4e0033
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3221 | 3221 | | |
3222 | 3222 | | |
3223 | 3223 | | |
| 3224 | + | |
| 3225 | + | |
3224 | 3226 | | |
3225 | 3227 | | |
3226 | 3228 | | |
3227 | 3229 | | |
3228 | 3230 | | |
3229 | 3231 | | |
3230 | | - | |
3231 | | - | |
| 3232 | + | |
| 3233 | + | |
| 3234 | + | |
| 3235 | + | |
3232 | 3236 | | |
3233 | 3237 | | |
3234 | 3238 | | |
| |||
0 commit comments