]> 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:19:33 +0000 (10:19 +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 a4e5985c0f25420ed76c7edd13fb6229981f32b5..2706e002dc74c55f4d3ee5bda5afed0943f1e026 100644 (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)