aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Langote <amitlan@postgresql.org>2023-06-16 10:04:22 +0900
committerAmit Langote <amitlan@postgresql.org>2023-06-16 10:19:33 +0900
commit3f157d085bd72a69fabd6e2621800204c19cc76f (patch)
treef626273c1348443fafa7d2573561270f70948dbb
parent019a40d61959cf9f35795bcd1bc1f3d8a15476c1 (diff)
downloadpostgresql-3f157d085bd72a69fabd6e2621800204c19cc76f.tar.gz
postgresql-3f157d085bd72a69fabd6e2621800204c19cc76f.zip
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
-rw-r--r--src/backend/rewrite/rewriteHandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/rewrite/rewriteHandler.c b/src/backend/rewrite/rewriteHandler.c
index a4e5985c0f2..2706e002dc7 100644
--- a/src/backend/rewrite/rewriteHandler.c
+++ b/src/backend/rewrite/rewriteHandler.c
@@ -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)