From: Robert Haas Date: Tue, 14 Jan 2014 19:34:43 +0000 (-0500) Subject: Fix typo in comment. X-Git-Tag: REL9_4_BETA1~690 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=246a9a8d0c43d29d307f40461eaa59004d0340f9;p=postgresql Fix typo in comment. Etsuro Fujita --- diff --git a/src/include/access/gin_private.h b/src/include/access/gin_private.h index 50fe538b51..5f0fe80e80 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