diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-04-20 16:30:55 +0200 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-04-20 16:30:55 +0200 |
commit | fab6170cabbd5af8ffabd2fcbf53e30287f11a41 (patch) | |
tree | 08078d36e1e26eca9099f2ca09a4e3a25b08ce62 | |
parent | 012025f9ae20e174b81f71af45b467f9a62fe478 (diff) | |
download | postgresql-fab6170cabbd5af8ffabd2fcbf53e30287f11a41.tar.gz postgresql-fab6170cabbd5af8ffabd2fcbf53e30287f11a41.zip |
Fix typo.
Etsuro Fujita
-rw-r--r-- | src/backend/access/gin/README | 2 |
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. |