From 405b9baf1b19086094495c827fcf668ccd4cc492 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 13 May 2016 21:24:13 -0400 Subject: [PATCH] doc: Fix typo From: Alexander Law --- 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 9ffa8be7bc3..1ce2a54ee6f 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