Etsuro Fujita
pull/6/head
Robert Haas 12 years ago
parent 012025f9ae
commit fab6170cab
  1. 2
      src/backend/access/gin/README

@ -181,7 +181,7 @@ algorithms.
GinSetPostingTree macro. GinSetPostingTree macro.
* If IndexTupleHasNulls(itup) is true, the null category byte can be * 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. * The posting list is not present and must not be accessed.

Loading…
Cancel
Save