]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in comment.
authorAmit Langote <amitlan@postgresql.org>
Fri, 16 Jun 2023 01:04:22 +0000 (10:04 +0900)
committerAmit Langote <amitlan@postgresql.org>
Fri, 16 Jun 2023 01:18:58 +0000 (10:18 +0900)
Back-patch down to 11.

Author: Sho Kato (<kato-sho@fujitsu.com>)
Discussion: https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com

src/backend/rewrite/rewriteHandler.c

index cc00ee47776294998fb37ec91e1a5121276b5a14..95849951a2b72bb33bfbcb71b1ec10987b4dad46 100644 (file)
@@ -3370,7 +3370,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)