aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2017-04-05 14:29:29 -0400
committerSimon Riggs <simon@2ndQuadrant.com>2017-04-05 14:29:29 -0400
commited770c325ca374fee7b3b66f5cb29af1a73a1743 (patch)
tree6461c66fcdbdff5f15e2b5e6ff49778cbb26cd21 /src
parent633e15ea0f1bf2e1d70441fe9da8781befebd6e9 (diff)
downloadpostgresql-ed770c325ca374fee7b3b66f5cb29af1a73a1743.tar.gz
postgresql-ed770c325ca374fee7b3b66f5cb29af1a73a1743.zip
Spelling mistake in comment in utility.c
Diffstat (limited to 'src')
-rw-r--r--src/backend/tcop/utility.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c
index c0fd0f967f6..24e5c427c6a 100644
--- a/src/backend/tcop/utility.c
+++ b/src/backend/tcop/utility.c
@@ -1452,9 +1452,8 @@ ProcessUtilitySlow(ParseState *pstate,
break;
case T_RefreshMatViewStmt:
-
/*
- * REFRSH CONCURRENTLY executes some DDL commands internally.
+ * REFRESH CONCURRENTLY executes some DDL commands internally.
* Inhibit DDL command collection here to avoid those commands
* from showing up in the deparsed command queue. The refresh
* command itself is queued, which is enough.