Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback - Mailing list pgsql-committers

From Aleksander Alekseev
Subject Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback
Date
Msg-id CAJ7c6TPu3LTabgFkGUwuMKBbsMs_mk9H4Rz8cged8yX+V8+oqA@mail.gmail.com
Whole thread Raw
In response to pgsql: Refactor ChangeVarNodesExtended() using the custom callback  (Alexander Korotkov <akorotkov@postgresql.org>)
Responses Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback
List pgsql-committers
Alexander,

> Refactor ChangeVarNodesExtended() using the custom callback
>
> fc069a3a6319 implemented Self-Join Elimination (SJE) and put related logic
> to ChangeVarNodes_walker().  This commit provides refactoring to remove the
> SJE-related logic from ChangeVarNodes_walker() but adds a custom callback to
> ChangeVarNodesExtended(), which has a chance to process a node before
> ChangeVarNodes_walker().  Passing this callback to ChangeVarNodesExtended()
> allows SJE-related node handling to be kept within the analyzejoins.c.

I believe this was pushed by mistake.

-- 
Best regards,
Aleksander Alekseev



pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Refactor ChangeVarNodesExtended() using the custom callback
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback