Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59fc5b0

Browse files
committed
traversalValue-2
1 parent c6ed597 commit 59fc5b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/spgist.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,8 @@ typedef struct spgInnerConsistentOut
637637
<structfield>traversalValues</> array keeps pointers to
638638
specific data you need to accumulate for every child node.
639639
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.
640+
the default context, but each element of it should be allocated in
641+
<structfield>traversalMemoryContext</>.
643642
</para>
644643
</listitem>
645644
</varlistentry>

0 commit comments

Comments
 (0)