diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-05-13 21:24:13 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-05-13 21:25:52 -0400 |
commit | 4fedeb98dd77b7611242a416b9804561895ca757 (patch) | |
tree | 0ac25a79f1f23735ca6b7a03403322b7892e64d4 | |
parent | ea2ae830d9f07826a19a4eaf5131b9db3d554d51 (diff) | |
download | postgresql-4fedeb98dd77b7611242a416b9804561895ca757.tar.gz postgresql-4fedeb98dd77b7611242a416b9804561895ca757.zip |
doc: Fix typo
From: Alexander Law <exclusion@gmail.com>
-rw-r--r-- | doc/src/sgml/gin.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index 8443c01f6f7..001a6902214 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -539,7 +539,7 @@ <function>extractQuery</> to pass additional data to the <function>consistent</> and <function>comparePartial</> methods. To use it, <function>extractQuery</> must allocate - an array of <literal>*nkeys</> Pointers and store its address at + an array of <literal>*nkeys</> pointers and store its address at <literal>*extra_data</>, then store whatever it wants to into the individual pointers. The variable is initialized to <symbol>NULL</symbol> before call, so this argument can simply be ignored by operator classes that |