mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-14 02:17:02 +08:00
Fix typo.
Etsuro Fujita
This commit is contained in:
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user