mirror of
https://github.com/postgres/postgres.git
synced 2025-06-07 11:02:12 +03:00
Fix typo.
Etsuro Fujita
This commit is contained in:
parent
012025f9ae
commit
fab6170cab
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user