Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ed597 commit 59fc5b0Copy full SHA for 59fc5b0
doc/src/sgml/spgist.sgml
@@ -637,9 +637,8 @@ typedef struct spgInnerConsistentOut
637
<structfield>traversalValues</> array keeps pointers to
638
specific data you need to accumulate for every child node.
639
Memory for <structfield>traversalValues</> should be allocated in
640
- the default context, but make sure to switch to
641
- <structfield>traversalMemoryContext</> before allocating memory
642
- for pointers themselves.
+ the default context, but each element of it should be allocated in
+ <structfield>traversalMemoryContext</>.
643
</para>
644
</listitem>
645
</varlistentry>
0 commit comments