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:17:15 +0000 (10:17 +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 5a7b914183abb33a2d11388559e80132af551117..b486ab559a84c5afeb100e0934be43dca2c4213e 100644 (file)
@@ -3362,7 +3362,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)