small typo
Started by Euler Taveiraover 10 years ago2 messages
Hi,
Attached is a small typo.
--
Euler Taveira Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento
Attachments:
a.difftext/x-patch; name=a.diffDownload
diff --git a/contrib/pg_buffercache/pg_buffercache_pages.c b/contrib/pg_buffercache/pg_buffercache_pages.c
index 98016fc..761c277 100644
--- a/contrib/pg_buffercache/pg_buffercache_pages.c
+++ b/contrib/pg_buffercache/pg_buffercache_pages.c
@@ -142,7 +142,7 @@ pg_buffercache_pages(PG_FUNCTION_ARGS)
LWLockAcquire(BufMappingPartitionLockByIndex(i), LW_SHARED);
/*
- * Scan though all the buffers, saving the relevant fields in the
+ * Scan through all the buffers, saving the relevant fields in the
* fctx->record structure.
*/
for (i = 0; i < NBuffers; i++)
Re: small typo
On 05/20/2015 06:55 AM, Euler Taveira wrote:
Attached is a small typo.
Fixed, thanks.
- Heikki
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Import Notes
Reply to msg id not found: 18429_1432094186_555C05E9_18429_46_1_555C05CF.6070903@timbira.com.brReference msg id not found: 18429_1432094186_555C05E9_18429_46_1_555C05CF.6070903@timbira.com.br | Resolved by subject fallback