Minor improvement in src/backend/access/gin/README

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

The attached improves a document in src/backend/access/gin/README.

Thanks,

Best regards,
Etsuro Fujita

Attachments:

gin-readme.patchtext/plain; charset=Shift_JIS; name=gin-readme.patchDownload
diff --git a/src/backend/access/gin/README b/src/backend/access/gin/README
index 3f0c3e2..8a71d28 100644
--- a/src/backend/access/gin/README
+++ b/src/backend/access/gin/README
@@ -181,7 +181,7 @@ algorithms.
   GinSetPostingTree macro.
 
 * If IndexTupleHasNulls(itup) is true, the null category byte can be
-  accessed/set with GinGetNullCategory(itup) / GinSetNullCategory(itup,c)
+  accessed/set with GinGetNullCategory(itup,gs) / GinSetNullCategory(itup,gs,c)
 
 * The posting list is not present and must not be accessed.
 
#2Robert Haas
robertmhaas@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Minor improvement in src/backend/access/gin/README

On Fri, Apr 18, 2014 at 10:28 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

The attached improves a document in src/backend/access/gin/README.

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