Skip to content

Commit 452bdcb

Browse files
author
Andrey Sokolov
committed
Fix typo
1 parent 680f8db commit 452bdcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg_wait_sampling.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ static void pgws_ExecutorEnd(QueryDesc *queryDesc);
7474
* The value has to be in sync with ProcGlobal->allProcCount, initialized in
7575
* InitProcGlobal() (proc.c).
7676
*
77-
* We calculate the value here as it won't initialized when we need need
78-
* it during _PG_init().
77+
* We calculate the value here as it won't initialized when we need it during
78+
* _PG_init().
7979
*
8080
* Note that the value returned during _PG_init() might be different from the
8181
* value returned later if some third-party modules change one of the

0 commit comments

Comments
 (0)