projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633e15e
)
Spelling mistake in comment in utility.c
author
Simon Riggs
<simon@2ndQuadrant.com>
Wed, 5 Apr 2017 18:29:29 +0000
(14:29 -0400)
committer
Simon Riggs
<simon@2ndQuadrant.com>
Wed, 5 Apr 2017 18:29:29 +0000
(14:29 -0400)
src/backend/tcop/utility.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/utility.c
b/src/backend/tcop/utility.c
index c0fd0f967f6292ebaf432e3572f2189b249a579b..24e5c427c6a6021ccdef61db315d32149d3d3132 100644
(file)
--- 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.
+ * REFR
E
SH 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.