Skip to content

Commit 3f157d0

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 019a40d commit 3f157d0

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
@@ -3360,7 +3360,7 @@ rewriteTargetView(Query *parsetree, Relation view)
33603360
* columns to be affected.
33613361
*
33623362
* Note that this destroys the resno ordering of the targetlist, but that
3363-
* will be fixed when we recurse through rewriteQuery, which will invoke
3363+
* will be fixed when we recurse through RewriteQuery, which will invoke
33643364
* rewriteTargetListIU again on the updated targetlist.
33653365
*/
33663366
if (parsetree->commandType != CMD_DELETE)

0 commit comments

Comments
 (0)