diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-01-14 14:34:43 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-01-14 14:34:57 -0500 |
commit | 246a9a8d0c43d29d307f40461eaa59004d0340f9 (patch) | |
tree | 59952560ee6dc5730fe4e839744ddc006acde8d8 | |
parent | 4db3744f1f43554b03d8193da4645a0a5326eb18 (diff) | |
download | postgresql-246a9a8d0c43d29d307f40461eaa59004d0340f9.tar.gz postgresql-246a9a8d0c43d29d307f40461eaa59004d0340f9.zip |
Fix typo in comment.
Etsuro Fujita
-rw-r--r-- | src/include/access/gin_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/gin_private.h b/src/include/access/gin_private.h index 50fe538b514..5f0fe80e807 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 |