Fix typo in comment.
authorAmit Langote <[email protected]>
Fri, 16 Jun 2023 01:04:22 +0000 (10:04 +0900)
committerAmit Langote <[email protected]>
Fri, 16 Jun 2023 01:19:51 +0000 (10:19 +0900)
Back-patch down to 11.

Author: Sho Kato (<[email protected]>)
Discussion: https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com

src/backend/rewrite/rewriteHandler.c

index ff630fdb7d8117fcfd2d99e2268e967d38a6c84b..50948d180d0bf1e0cb652393eed3b97373a02bbc 100644 (file)
@@ -3326,7 +3326,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)