From: Simon Riggs Date: Wed, 5 Apr 2017 18:29:29 +0000 (-0400) Subject: Spelling mistake in comment in utility.c X-Git-Tag: REL_10_BETA1~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed770c325ca374fee7b3b66f5cb29af1a73a1743;p=postgresql Spelling mistake in comment in utility.c --- diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c index c0fd0f967f..24e5c427c6 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.