pgsql: Refine query jumbling handling for CallStmt

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refine query jumbling handling for CallStmt
Date: 2023-03-08 05:39:03
Message-ID: E1pZmVz-002SPF-GK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-03-08 05:55:41 pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi
Previous Message Andres Freund 2023-03-08 03:55:52 pgsql: meson: don't require 'touch' binary, make use of 'cp' optional