diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-03-08 14:38:35 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-03-08 14:38:35 +0900 |
commit | a4e003338d1832981354f5f89d9d5858439fd669 (patch) | |
tree | 96f809662f2c88e20c560d5b8d9378ccde0bdb38 /src/tutorial/funcs.c | |
parent | 401874ab020b44d8000ac90debef43a146b96d5a (diff) | |
download | postgresql-a4e003338d1832981354f5f89d9d5858439fd669.tar.gz postgresql-a4e003338d1832981354f5f89d9d5858439fd669.zip |
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
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions