8000 Fix typo · postgrespro/pg_wait_sampling@452bdcb · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0