diff options
-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 |