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 0b6353e commit b358f9eCopy full SHA for b358f9e
doc/src/sgml/spgist.sgml
@@ -722,7 +722,7 @@ typedef struct spgLeafConsistentOut
722
In particular it is not necessary to check <structfield>sk_flags</> to
723
see if the comparison value is NULL, because the SP-GiST core code
724
will filter out such conditions.
725
- The array <structfield>orderbykeys>, of length <structfield>norderbys</>,
+ The array <structfield>orderbykeys</>, of length <structfield>norderbys</>,
726
describes the ordering operators in the same fashion.
727
<structfield>reconstructedValue</> is the value reconstructed for the
728
parent tuple; it is <literal>(Datum) 0</> at the root level or if the
0 commit comments