summaryrefslogtreecommitdiff
path: root/doc/src/sgml/spgist.sgml
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-09-29 11:56:36 +0900
committerMichael Paquier <michael@paquier.xyz>2021-09-29 11:56:36 +0900
commit2a27dbaeb9088718baa25bc97f2e049e063412db (patch)
tree1d43131055fd0228f6f9ba6b41a80dfcc6a41d03 /doc/src/sgml/spgist.sgml
parentcea5624f6a23a100fb93aee8b40bdc3a8cb52081 (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>