From 8e6d6a72257f7ae2e7b6b53b8857c2e3c0c52af7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter_e@gmx.net> Date: Fri, 13 May 2016 21:24:13 -0400 Subject: [PATCH] doc: Fix typo From: Alexander Law <exclusion@gmail.com> --- doc/src/sgml/gin.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index ca7641a8390..5d0ed1b02db 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 NULL before call, so this argument can simply be ignored by operator classes that -- GitLab