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:46 -0400 |
commit | 9312c04ac0162ce50a175bba8d1ab9ba023b5770 (patch) | |
tree | 8e5ccf77ef17a18903ea7d89542a35d3bfdcfec5 | |
parent | ab5f73b3ea3180959bb265811c6ac1d535c6f01c (diff) | |
download | postgresql-9312c04ac0162ce50a175bba8d1ab9ba023b5770.tar.gz postgresql-9312c04ac0162ce50a175bba8d1ab9ba023b5770.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 262f1e452e5..69544bb3972 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 |