8000 Fix typo in comment. · postgres/postgres@b103d61 · GitHub
[go: up one dir, main page]

Skip to content

Commit b103d61

Browse files
committed
Fix typo in comment.
Back-patch down to 11. Author: Sho Kato (<kato-sho@fujitsu.com>) Discussion: https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com
1 parent ab40b03 commit b103d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/rewrite/rewriteHandler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3251,7 +3251,7 @@ rewriteTargetView(Query *parsetree, Relation view)
32513251
* columns to be affected.
32523252
*
32533253
* Note that this destroys the resno ordering of the targetlist, but that
3254-
* will be fixed when we recurse through rewriteQuery, which will invoke
3254+
* will be fixed when we recurse through RewriteQuery, which will invoke
32553255
* rewriteTargetListIU again on the updated targetlist.
32563256
*/
32573257
if (parsetree->commandType != CMD_DELETE)

0 commit comments

Comments
 (0)
0