[prev in list] [next in list] [prev in thread] [next in thread] 

List:       postgresql-general
Subject:    [HACKERS] Typo fix in bufmgr.c
From:       "Etsuro Fujita" <fujita.etsuro () lab ! ntt ! co ! jp>
Date:       2013-07-31 9:50:50
Message-ID: 002e01ce8dd3$70956d60$51c04820$ () lab ! ntt ! co ! jp
[Download RAW message or body]

This is a multipart message in MIME format.


Attached is a small typo fix patch.

Thanks,

Best regards,
Etsuro Fujita

["typofix-20130731.patch" (application/octet-stream)]

diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c
index 8079226..f848391 100644
--- a/src/backend/storage/buffer/bufmgr.c
+++ b/src/backend/storage/buffer/bufmgr.c
@@ -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;


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic