On Mon, Nov 3, 2025 at 9:14 PM Peter Eisentraut wrote:
> On 23.10.25 10:59, Richard Guo wrote:
> > I happend to notice this comment for ChangeVarNodes():
> >
> > * Specifying 'change_RangeTblRef' to false allows skipping RangeTblRef.
> > * See ChangeVarNodesExtended for details.
> >
> > Howeve
On 23.10.25 10:59, Richard Guo wrote:
I happend to notice this comment for ChangeVarNodes():
* Specifying 'change_RangeTblRef' to false allows skipping RangeTblRef.
* See ChangeVarNodesExtended for details.
However, I couldn't find "change_RangeTblRef" anywhere in the code
base. I suspect