From: Robert Haas Date: Sun, 20 Apr 2014 14:30:55 +0000 (+0200) Subject: Fix typo. X-Git-Tag: REL9_4_BETA1~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fab6170cabbd5af8ffabd2fcbf53e30287f11a41;p=postgresql Fix typo. Etsuro Fujita --- diff --git a/src/backend/access/gin/README b/src/backend/access/gin/README index 3f0c3e2de8..8a71d2889b 100644 --- a/src/backend/access/gin/README +++ b/src/backend/access/gin/README @@ -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.