Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pg_qualstats.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,9 +812,9 @@ pgqs_ExecutorEnd(QueryDesc *queryDesc)
if (context->nentries)
{
/*
* Before acquiring exlusive lwlock, check if there's enough room
* Before acquiring exclusive lwlock, check if there's enough room
* to store local hash. Also, do not remove more than 20% of
* maximum number of entries in shared memory (wether they are
* maximum number of entries in shared memory (whether they are
* used or not). This should not happen since we shouldn't store
* that much entries in localhash in the first place.
*/
Expand Down