1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

doc: Fix typo

From: Alexander Law <exclusion@gmail.com>
This commit is contained in:
Peter Eisentraut
2016-05-13 21:24:13 -04:00
parent b15ab18ed7
commit 8e6d6a7225

View File

@ -179,7 +179,7 @@
<function>extractQuery</> to pass additional data to the <function>extractQuery</> to pass additional data to the
<function>consistent</> and <function>comparePartial</> methods. <function>consistent</> and <function>comparePartial</> methods.
To use it, <function>extractQuery</> must allocate 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 <literal>*extra_data</>, then store whatever it wants to into the
individual pointers. The variable is initialized to NULL before individual pointers. The variable is initialized to NULL before
call, so this argument can simply be ignored by operator classes that call, so this argument can simply be ignored by operator classes that