pgsql: Refine query jumbling handling for CallStmt

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Refine query jumbling handling for CallStmt
Дата
Msg-id E1pZmVz-002SPF-GK@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: meson: don't require 'touch' binary, make use of 'cp' optional
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi