<structfield>xid_score</structfield> <type>double precision</type>
</para>
<para>
- Transaction ID age component score. Scores greater than or equal to
+ Transaction ID age component score. Scores greater than
<xref linkend="guc-autovacuum-freeze-score-weight"/> indicate that
autovacuum would vacuum the table for transaction ID wraparound
prevention.
<structfield>mxid_score</structfield> <type>double precision</type>
</para>
<para>
- Multixact ID age component score. Scores greater than or equal to
+ Multixact ID age component score. Scores greater than
<xref linkend="guc-autovacuum-multixact-freeze-score-weight"/> indicate
that autovacuum would vacuum the table for multixact ID wraparound
prevention.
<structfield>vacuum_score</structfield> <type>double precision</type>
</para>
<para>
- Vacuum component score. Scores greater than or equal to
+ Vacuum component score. Scores greater than
<xref linkend="guc-autovacuum-vacuum-score-weight"/> indicate that
autovacuum would vacuum the table (unless autovacuum is disabled).
</para></entry>
<structfield>vacuum_insert_score</structfield> <type>double precision</type>
</para>
<para>
- Vacuum insert component score. Scores greater than or equal to
+ Vacuum insert component score. Scores greater than
<xref linkend="guc-autovacuum-vacuum-insert-score-weight"/> indicate
that autovacuum would vacuum the table (unless autovacuum is disabled).
</para></entry>
<structfield>analyze_score</structfield> <type>double precision</type>
</para>
<para>
- Analyze component score. Scores greater than or equal to
+ Analyze component score. Scores greater than
<xref linkend="guc-autovacuum-analyze-score-weight"/> indicate that
autovacuum would analyze the table (unless autovacuum is disabled).
</para></entry>