[HACKERS] ya comment typo

2015-01-28 Thread Erik Rijkers
'the the' in bufmgr.c--- src/backend/storage/buffer/bufmgr.c.orig	2015-01-28 09:13:39.681366670 +0100
+++ src/backend/storage/buffer/bufmgr.c	2015-01-28 09:14:14.225690845 +0100
@@ -138,7 +138,7 @@
 static void ForgetPrivateRefCountEntry(PrivateRefCountEntry *ref);
 
 /*
- * Ensure that the the PrivateRefCountArray has sufficient space to store one
+ * Ensure that the PrivateRefCountArray has sufficient space to store one
  * more entry. This has to be called before using NewPrivateRefCountEntry() to
  * fill a new entry - but it's perfectly fine to not use a reserved entry.
  */
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] ya comment typo

2015-01-28 Thread Heikki Linnakangas

On 01/28/2015 10:16 AM, Erik Rijkers wrote:

'the the' in bufmgr.c


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