Fix typo.

Etsuro Fujita
This commit is contained in:
Robert Haas 2014-04-20 16:30:55 +02:00
parent 012025f9ae
commit fab6170cab
1 changed files with 1 additions and 1 deletions

View 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.