From fab6170cabbd5af8ffabd2fcbf53e30287f11a41 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Sun, 20 Apr 2014 16:30:55 +0200 Subject: [PATCH] Fix typo. Etsuro Fujita --- src/backend/access/gin/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0