Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed770c3

Browse files
Spelling mistake in comment in utility.c
1 parent 633e15e commit ed770c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/tcop/utility.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,9 +1452,8 @@ ProcessUtilitySlow(ParseState *pstate,
14521452
break;
14531453

14541454
case T_RefreshMatViewStmt:
1455-
14561455
/*
1457-
* REFRSH CONCURRENTLY executes some DDL commands internally.
1456+
* REFRESH CONCURRENTLY executes some DDL commands internally.
14581457
* Inhibit DDL command collection here to avoid those commands
14591458
* from showing up in the deparsed command queue. The refresh
14601459
* command itself is queued, which is enough.

0 commit comments

Comments
 (0)