Comment typo in src/include/access/gin_private.h

Started by Etsuro Fujitaalmost 12 years ago2 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

I ran into a typo in src/include/access/gin_private.h. Patch attached.

Thanks,

Best regards,
Etsuro Fujita

Attachments:

gin_private.h-typo.patchapplication/octet-stream; name=gin_private.h-typo.patchDownload
diff --git a/src/include/access/gin_private.h b/src/include/access/gin_private.h
index 50fe538..5f0fe80 100644
--- a/src/include/access/gin_private.h
+++ b/src/include/access/gin_private.h
@@ -19,7 +19,7 @@
 
 
 /*
- * Page opaque data in a inverted index page.
+ * Page opaque data in an inverted index page.
  *
  * Note: GIN does not include a page ID word as do the other index types.
  * This is OK because the opaque data is only 8 bytes and so can be reliably
#2Robert Haas
robertmhaas@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Comment typo in src/include/access/gin_private.h

On Mon, Jan 13, 2014 at 9:59 PM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

I ran into a typo in src/include/access/gin_private.h. Patch attached.

Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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