We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633e15e commit ed770c3Copy full SHA for ed770c3
src/backend/tcop/utility.c
@@ -1452,9 +1452,8 @@ ProcessUtilitySlow(ParseState *pstate,
1452
break;
1453
1454
case T_RefreshMatViewStmt:
1455
-
1456
/*
1457
- * REFRSH CONCURRENTLY executes some DDL commands internally.
+ * REFRESH CONCURRENTLY executes some DDL commands internally.
1458
* Inhibit DDL command collection here to avoid those commands
1459
* from showing up in the deparsed command queue. The refresh
1460
* command itself is queued, which is enough.
0 commit comments