Spelling mistake in comment in utility.c

This commit is contained in:
Simon Riggs 2017-04-05 14:29:29 -04:00
parent 633e15ea0f
commit ed770c325c
1 changed files with 1 additions and 2 deletions

View File

@ -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.