8000
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 43f6388 commit 05ee328Copy full SHA for 05ee328
src/backend/storage/buffer/bufmgr.c
@@ -2221,7 +2221,7 @@ DropRelFileNodesAllBuffers(RelFileNodeBackend *rnodes, int nnodes)
2221
/*
2222
* For low number of relations to drop just use a simple walk through, to
2223
* save the bsearch overhead. The threshold to use is rather a guess than
2224
- * a exactly determined value, as it depends on many factors (CPU and RAM
+ * an exactly determined value, as it depends on many factors (CPU and RAM
2225
* speeds, amount of shared buffers etc.).
2226
*/
2227
use_bsearch = n > DROP_RELS_BSEARCH_THRESHOLD;
0 commit comments