Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
Back-patch down to 11.

Author: Sho Kato (<kato-sho@fujitsu.com>)
Discussion: https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com
  • Loading branch information
amitlan committed Jun 16, 2023
1 parent ab40b03 commit b103d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/rewrite/rewriteHandler.c
Expand Up @@ -3251,7 +3251,7 @@ rewriteTargetView(Query *parsetree, Relation view)
* columns to be affected.
*
* Note that this destroys the resno ordering of the targetlist, but that
* will be fixed when we recurse through rewriteQuery, which will invoke
* will be fixed when we recurse through RewriteQuery, which will invoke
* rewriteTargetListIU again on the updated targetlist.
*/
if (parsetree->commandType != CMD_DELETE)
Expand Down

0 comments on commit b103d61

Please sign in to comment.