Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 05ee328

Browse files
committed
Fix typo in comment.
Etsuro Fujita
1 parent 43f6388 commit 05ee328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/buffer/bufmgr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ DropRelFileNodesAllBuffers(RelFileNodeBackend *rnodes, int nnodes)
22212221
/*
22222222
* For low number of relations to drop just use a simple walk through, to
22232223
* 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
2224+
* an exactly determined value, as it depends on many factors (CPU and RAM
22252225
* speeds, amount of shared buffers etc.).
22262226
*/
22272227
use_bsearch = n > DROP_RELS_BSEARCH_THRESHOLD;

0 commit comments

Comments
 (0)