1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2016-05-31 13:56:25 -04:00
parent 6d69ea3318
commit aa14bc41d1
9 changed files with 40 additions and 40 deletions

View File

@ -637,7 +637,7 @@ typedef struct spgInnerConsistentOut
responsible for palloc'ing the
<structfield>nodeNumbers</>, <structfield>levelAdds</> and
<structfield>reconstructedValues</> arrays.
Sometimes accumulating some information is needed, while
Sometimes accumulating some information is needed, while
descending from parent to child node was happened. In this case
<structfield>traversalValues</> array keeps pointers to
specific data you need to accumulate for every child node.