We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680f8db commit 452bdcbCopy full SHA for 452bdcb
pg_wait_sampling.c
@@ -74,8 +74,8 @@ static void pgws_ExecutorEnd(QueryDesc *queryDesc);
74
* The value has to be in sync with ProcGlobal->allProcCount, initialized in
75
* InitProcGlobal() (proc.c).
76
*
77
- * We calculate the value here as it won't initialized when we need need
78
- * it during _PG_init().
+ * We calculate the value here as it won't initialized when we need it during
+ * _PG_init().
79
80
* Note that the value returned during _PG_init() might be different from the
81
* value returned later if some third-party modules change one of the
0 commit comments