Skip to content

Commit d0fb602

Browse files
authored
Fix a few typo (#75)
1 parent e053ca6 commit d0fb602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg_qualstats.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,9 +812,9 @@ pgqs_ExecutorEnd(QueryDesc *queryDesc)
812812
if (context->nentries)
813813
{
814814
/*
815-
* Before acquiring exlusive lwlock, check if there's enough room
815+
* Before acquiring exclusive lwlock, check if there's enough room
816816
* to store local hash. Also, do not remove more than 20% of
817-
* maximum number of entries in shared memory (wether they are
817+
* maximum number of entries in shared memory (whether they are
818818
* used or not). This should not happen since we shouldn't store
819819
* that much entries in localhash in the first place.
820820
*/

0 commit comments

Comments
 (0)