Skip to content

Commit b358f9e

Browse files
committed
[Doc]: fix spgist.sgml syntax error
1 parent 0b6353e commit b358f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/spgist.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ typedef struct spgLeafConsistentOut
722722
In particular it is not necessary to check <structfield>sk_flags</> to
723723
see if the comparison value is NULL, because the SP-GiST core code
724724
will filter out such conditions.
725-
The array <structfield>orderbykeys>, of length <structfield>norderbys</>,
725+
The array <structfield>orderbykeys</>, of length <structfield>norderbys</>,
726726
describes the ordering operators in the same fashion.
727727
<structfield>reconstructedValue</> is the value reconstructed for the
728728
parent tuple; it is <literal>(Datum) 0</> at the root level or if the

0 commit comments

Comments
 (0)