Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 160c23b

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 f4c00d1 commit 160c23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/rewrite/rewriteHandler.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3362,7 +3362,7 @@ rewriteTargetView(Query *parsetree, Relation view)
33623362
* columns to be affected.
33633363
*
33643364
* Note that this destroys the resno ordering of the targetlist, but that
3365-
* will be fixed when we recurse through rewriteQuery, which will invoke
3365+
* will be fixed when we recurse through RewriteQuery, which will invoke
33663366
* rewriteTargetListIU again on the updated targetlist.
33673367
*/
33683368
if (parsetree->commandType != CMD_DELETE)

0 commit comments

Comments
 (0)