mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo in comment.
Etsuro Fujita
This commit is contained in:
parent
43f6388931
commit
05ee328d66
1 changed files with 1 additions and 1 deletions
|
|
@ -2221,7 +2221,7 @@ DropRelFileNodesAllBuffers(RelFileNodeBackend *rnodes, int nnodes)
|
|||
/*
|
||||
* For low number of relations to drop just use a simple walk through, to
|
||||
* save the bsearch overhead. The threshold to use is rather a guess than
|
||||
* 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
|
||||
* speeds, amount of shared buffers etc.).
|
||||
*/
|
||||
use_bsearch = n > DROP_RELS_BSEARCH_THRESHOLD;
|
||||
|
|
|
|||
Loading…
Reference in a new issue