Commit ed770c32 authored by Simon Riggs's avatar Simon Riggs

Spelling mistake in comment in utility.c

parent 633e15ea
...@@ -1452,9 +1452,8 @@ ProcessUtilitySlow(ParseState *pstate, ...@@ -1452,9 +1452,8 @@ ProcessUtilitySlow(ParseState *pstate,
break; break;
case T_RefreshMatViewStmt: 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 * Inhibit DDL command collection here to avoid those commands
* from showing up in the deparsed command queue. The refresh * from showing up in the deparsed command queue. The refresh
* command itself is queued, which is enough. * command itself is queued, which is enough.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment