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:24:13 -0400 |
commit | 8eec44be6b4e7f73b89e06b50a6773f4d8d0e53e (patch) | |
tree | 54ad9f2923cff7344b5dfee1ee26c57e45614bb0 | |
parent | 5251f2fc4d5b9d4c064678bf09d4627e67e40561 (diff) | |
download | postgresql-8eec44be6b4e7f73b89e06b50a6773f4d8d0e53e.tar.gz postgresql-8eec44be6b4e7f73b89e06b50a6773f4d8d0e53e.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 a392f949ffd..b805af50504 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 |