From: Peter Eisentraut Date: Sat, 14 May 2016 01:24:13 +0000 (-0400) Subject: doc: Fix typo X-Git-Tag: REL9_2_18~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e6d6a72257f7ae2e7b6b53b8857c2e3c0c52af7;p=postgresql doc: Fix typo From: Alexander Law --- diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index ca7641a839..5d0ed1b02d 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -179,7 +179,7 @@ extractQuery to pass additional data to the consistent and comparePartial methods. To use it, extractQuery must allocate - an array of *nkeys Pointers and store its address at + an array of *nkeys pointers and store its address at *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