diff options
author | Amit Langote <amitlan@postgresql.org> | 2023-06-16 10:04:22 +0900 |
---|---|---|
committer | Amit Langote <amitlan@postgresql.org> | 2023-06-16 10:17:15 +0900 |
commit | 160c23b5fa0243d2f743cc70c96dac44d9932645 (patch) | |
tree | d80ff461c0d8712a1e4b6d40a42111f3d1297670 /src | |
parent | f4c00d138f6dea4c9d8af8ec280b7edc9b0a29e1 (diff) | |
download | postgresql-160c23b5fa0243d2f743cc70c96dac44d9932645.tar.gz postgresql-160c23b5fa0243d2f743cc70c96dac44d9932645.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
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/rewrite/rewriteHandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/rewrite/rewriteHandler.c b/src/backend/rewrite/rewriteHandler.c index 5a7b914183a..b486ab559a8 100644 --- a/src/backend/rewrite/rewriteHandler.c +++ b/src/backend/rewrite/rewriteHandler.c @@ -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) |