forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita4e0033
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 theCALL query was included as well as the parsed state (transformedFuncCall with all the input arguments and potential output arguments).Reviewed-by: Bertrand DrouvotDiscussion:https://postgr.es/m/Y+MRdEq9W9XVa2AB@paquier.xyz1 parent401874a commita4e0033
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
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
Comments
(0)