postgresql/src/backend/rewrite
Richard Guo b166a71526 Fix comments for ChangeVarNodes() and related functions
The comment for ChangeVarNodes() refers to a parameter named
change_RangeTblRef, which does not exist in the code.

The comment for ChangeVarNodesExtended() contains an extra space,
while the comment for replace_relid_callback() has an awkward line
break and a typo.

This patch fixes these issues and revises some sentences for smoother
wording.

Oversights in commits ab42d643c and fc069a3a6.

Author: Richard Guo <guofenglinux@gmail.com>
Discussion: https://postgr.es/m/CAMbWs480j16HC1JtjKCgj5WshivT8ZJYkOfTyZAM0POjFomJkg@mail.gmail.com
Backpatch-through: 18
2025-11-05 12:31:33 +09:00
..
Makefile SEARCH and CYCLE clauses 2021-02-01 14:32:51 +01:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
rewriteDefine.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
rewriteHandler.c Change internal queryid type from uint64 to int64 2025-05-30 22:59:39 +12:00
rewriteManip.c Fix comments for ChangeVarNodes() and related functions 2025-11-05 12:31:33 +09:00
rewriteRemove.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
rewriteSearchCycle.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
rewriteSupport.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
rowsecurity.c Update copyright for 2025 2025-01-01 11:21:55 -05:00