pgsql: Refine query jumbling handling for CallStmt - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Refine query jumbling handling for CallStmt
Date
Msg-id E1pZmVz-002SPF-GK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: meson: don't require 'touch' binary, make use of 'cp' optional
Next
From: Andres Freund
Date:
Subject: pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi