Commit fab6170c authored by Robert Haas's avatar Robert Haas

Fix typo.

Etsuro Fujita
parent 012025f9
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment