diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-09-03 14:49:04 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-09-03 14:49:04 +0900 |
commit | 4236825197e8b7f26f8fd2ce0ac287a696e7264e (patch) | |
tree | 14629d4520f55b175c54667547e6feb648e92f52 /src/backend/commands/matview.c | |
parent | c7cd2d6ed082a4638172acece33ed6f36da96263 (diff) | |
download | postgresql-4236825197e8b7f26f8fd2ce0ac287a696e7264e.tar.gz postgresql-4236825197e8b7f26f8fd2ce0ac287a696e7264e.zip |
Fix typos and grammar in code comments and docs
Author: Alexander Lakhin
Discussion: https://postgr.es/m/f7e514cf-2446-21f1-a5d2-8c089a6e2168@gmail.com
Diffstat (limited to 'src/backend/commands/matview.c')
-rw-r--r-- | src/backend/commands/matview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/matview.c b/src/backend/commands/matview.c index 91f0fd6ea3e..b2457f121a7 100644 --- a/src/backend/commands/matview.c +++ b/src/backend/commands/matview.c @@ -382,7 +382,7 @@ RefreshMatViewByOid(Oid matviewOid, bool is_create, bool skipData, * command tag is left false in cmdtaglist.h. Otherwise, the change of * completion tag output might break applications using it. * - * When called from CREATE MATERIALIZED VIEW comand, the rowcount is + * When called from CREATE MATERIALIZED VIEW command, the rowcount is * displayed with the command tag CMDTAG_SELECT. */ if (qc) |