Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2021-09-29 02:56:13 +0000
committerMichael Paquier2021-09-29 02:56:13 +0000
commitc8dd2cb49405d2a39a714bd5adc31d39b8372a4e (patch)
tree6d6da40c3a59ed56aea2e9d67ed41baa540063ec /doc/src/sgml/spgist.sgml
parent5b0b699f748ead1b7414c58aaa7cf0ea83808147 (diff)
doc: Fix some typos and markups
Author: Ekaterina Kiryanova Discussion: https://postgr.es/m/8a14e78f-6991-7a6e-4711-fe376635f2ad@postgrespro.ru Backpatch-through: 14
Diffstat (limited to 'doc/src/sgml/spgist.sgml')
-rw-r--r--doc/src/sgml/spgist.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml
index 18f1f3cdbd8..00432512de9 100644
--- a/doc/src/sgml/spgist.sgml
+++ b/doc/src/sgml/spgist.sgml
@@ -875,8 +875,9 @@ typedef struct spgLeafConsistentOut
<para>
Note: the <function>compress</function> method is only applied to
- values to be stored. The consistent methods receive query scankeys
- unchanged, without transformation using <function>compress</function>.
+ values to be stored. The consistent methods receive query
+ <structfield>scankeys</structfield> unchanged, without transformation
+ using <function>compress</function>.
</para>
</listitem>
</varlistentry>