We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e053ca6 commit d0fb602Copy full SHA for d0fb602
pg_qualstats.c
@@ -812,9 +812,9 @@ pgqs_ExecutorEnd(QueryDesc *queryDesc)
812
if (context->nentries)
813
{
814
/*
815
- * Before acquiring exlusive lwlock, check if there's enough room
+ * Before acquiring exclusive lwlock, check if there's enough room
816
* to store local hash. Also, do not remove more than 20% of
817
- * maximum number of entries in shared memory (wether they are
+ * maximum number of entries in shared memory (whether they are
818
* used or not). This should not happen since we shouldn't store
819
* that much entries in localhash in the first place.
820
*/
0 commit comments