Support IndexElem in raw_expression_tree_walker(). Needed for cases in which INSERT ... ON CONFLICT appears inside a recursive CTE item. Per bug #14153 from Thomas Alton.
Patch by Peter Geoghegan, slightly adjusted by me Report: <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/eae1ad9b64eaa201444ff99848f674be91af0ee6 Modified Files -------------- src/backend/nodes/nodeFuncs.c | 9 +++++++++ 1 file changed, 9 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
