Re: Fix comments for ChangeVarNodes() and related functions

2025-11-04 Thread Richard Guo
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

Re: Fix comments for ChangeVarNodes() and related functions

2025-11-03 Thread Peter Eisentraut
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