diff options
author | Peter Eisentraut | 2016-05-14 01:24:13 +0000 |
---|---|---|
committer | Peter Eisentraut | 2016-05-14 01:24:13 +0000 |
commit | 8eec44be6b4e7f73b89e06b50a6773f4d8d0e53e (patch) | |
tree | 54ad9f2923cff7344b5dfee1ee26c57e45614bb0 | |
parent | 5251f2fc4d5b9d4c064678bf09d4627e67e40561 (diff) |
doc: Fix typo
From: Alexander Law <[email protected]>
-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 a392f949ff..b805af5050 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 |