File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ typedef struct BrinOpcInfo
585
585
586
586
<para>
587
587
Since both key extraction of indexed values and representation of the
588
- key in <acronym>GIN </acronym> are flexible, they may depend on
588
+ key in <acronym>BRIN </acronym> are flexible, they may depend on
589
589
user-specified parameters.
590
590
</para>
591
591
</listitem>
Original file line number Diff line number Diff line change 379
379
</para>
380
380
381
381
<para>
382
- Optionally, an operator class for <acronym>GIN</acronym> can supply the
382
+ An operator class for <acronym>GIN</acronym> can optionally supply the
383
383
following methods:
384
384
385
385
<variablelist>
406
406
<term><function>void options(local_relopts *relopts)</function></term>
407
407
<listitem>
408
408
<para>
409
- Defines set of user-visible parameters that control operator class
409
+ Defines a set of user-visible parameters that control operator class
410
410
behavior.
411
411
</para>
412
412
Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ typedef struct spgLeafConsistentOut
881
881
<term><function>options</function></term>
882
882
<listitem>
883
883
<para>
884
- Defines set of user-visible parameters that control operator class
884
+ Defines a set of user-visible parameters that control operator class
885
885
behavior.
886
886
</para>
887
887
You can’t perform that action at this time.
0 commit comments