Re: [Patch]Add Graph* node support to expression_tree_mutator - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Re: [Patch]Add Graph* node support to expression_tree_mutator
Date
Msg-id CAExHW5t5_xs7sc0H2dT+QUsfEiNfTLtFKpCEE0Wr9ovF23dqoQ@mail.gmail.com
Whole thread
In response to Re: [Patch]Add Graph* node support to expression_tree_mutator  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Thu, Apr 30, 2026 at 2:17 AM Robert Haas <robertmhaas@gmail.com> wrote:
>

Thanks for reviewing the patch.

> Thanks for working on this. I ran into it independently today, and
> then discovered this thread. In expression_tree_mutator_impl,
> T_GraphLabelRef can be added to the "Primitive node types with no
> expression subnodes" section just as was done in
> expression_tree_walker_impl.

Right. Fixed in the attached patch. Both GraphPropertyLabel and
GraphLabelRef need to be placed in that section since both are
primitive nodes.

--
Best Wishes,
Ashutosh Bapat

Attachment

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Fix a server crash problem from pg_get_database_ddl
Next
From: Ayush Tiwari
Date:
Subject: Re: [PATCH] Fix stale relation close in sequence synchronization