postgresql/src/include/nodes
Michael Paquier a4e003338d 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
2023-03-08 14:38:35 +09:00
..
.gitignore Automatically generate node support functions 2022-07-09 08:53:59 +02:00
bitmapset.h Require empty Bitmapsets to be represented as NULL. 2023-03-02 11:47:26 -05:00
execnodes.h Fix some more cases of missed GENERATED-column updates. 2023-03-06 18:31:27 -05:00
extensible.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
lockoptions.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
makefuncs.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
memnodes.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
miscnodes.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
multibitmapset.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
nodeFuncs.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
nodes.h Mark more nodes with attribute no_query_jumble 2023-02-13 09:07:33 +09:00
params.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
parsenodes.h Refine query jumbling handling for CallStmt 2023-03-08 14:38:35 +09:00
pathnodes.h When removing a relation from the query, drop its RelOptInfo. 2023-02-13 13:35:38 -05:00
pg_list.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
plannodes.h Mark more nodes with attribute no_query_jumble 2023-02-13 09:07:33 +09:00
primnodes.h Ignore IntoClause.viewQuery in query jumbling 2023-03-08 11:41:52 +09:00
print.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
queryjumble.h Move queryjumble.c code to src/backend/nodes/ 2023-01-21 11:48:37 +09:00
readfuncs.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
replnodes.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
subscripting.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
supportnodes.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
tidbitmap.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
value.h Update copyright for 2023 2023-01-02 15:00:37 -05:00