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:58 -0400 |
commit | 405b9baf1b19086094495c827fcf668ccd4cc492 (patch) | |
tree | 01c3c5afbf9f1ec768172818da6bb3d1bf8402e7 | |
parent | a2c1bc36daecf94d390215849ba49f115f4328bd (diff) |
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 9ffa8be7bc3..1ce2a54ee6f 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -179,7 +179,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 |