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
This commit is contained in:
Amit Langote 2023-06-16 10:04:22 +09:00
parent 019a40d619
commit 3f157d085b
1 changed files with 1 additions and 1 deletions

View File

@ -3360,7 +3360,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)