Skip to content

Commit 2f6e826

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 6ecc1c0 commit 2f6e826

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
@@ -3326,7 +3326,7 @@ rewriteTargetView(Query *parsetree, Relation view)
33263326
* columns to be affected.
33273327
*
33283328
* Note that this destroys the resno ordering of the targetlist, but that
3329-
* will be fixed when we recurse through rewriteQuery, which will invoke
3329+
* will be fixed when we recurse through RewriteQuery, which will invoke
33303330
* rewriteTargetListIU again on the updated targetlist.
33313331
*/
33323332
if (parsetree->commandType != CMD_DELETE)

0 commit comments

Comments
 (0)