aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2014-04-20 16:30:55 +0200
committerRobert Haas <rhaas@postgresql.org>2014-04-20 16:30:55 +0200
commitfab6170cabbd5af8ffabd2fcbf53e30287f11a41 (patch)
tree08078d36e1e26eca9099f2ca09a4e3a25b08ce62
parent012025f9ae20e174b81f71af45b467f9a62fe478 (diff)
downloadpostgresql-fab6170cabbd5af8ffabd2fcbf53e30287f11a41.tar.gz
postgresql-fab6170cabbd5af8ffabd2fcbf53e30287f11a41.zip
Fix typo.
Etsuro Fujita
-rw-r--r--src/backend/access/gin/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gin/README b/src/backend/access/gin/README
index 3f0c3e2de86..8a71d2889b2 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.