]> granicus.if.org Git - postgresql/commitdiff
Fix typo.
authorRobert Haas <rhaas@postgresql.org>
Sun, 20 Apr 2014 14:30:55 +0000 (16:30 +0200)
committerRobert Haas <rhaas@postgresql.org>
Sun, 20 Apr 2014 14:30:55 +0000 (16:30 +0200)
Etsuro Fujita

src/backend/access/gin/README

index 3f0c3e2de863fc2ba81e4f05fe9bff3912178ea1..8a71d2889b286f983fde9ee65b6ddd8b71985391 100644 (file)
@@ -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.