Re: change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Shinya11(dot)Kato(at)nttdata(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor
Date: 2021-06-25 06:17:10
Message-ID: e11bf988-71aa-a358-4811-4dab7cd490f6@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 16.06.21 07:22, Shinya11(dot)Kato(at)nttdata(dot)com wrote:
> As shown below, the argument types of autovacuum_vacuum_insert_scale_factor and toast.autovacuum_vacuum_insert_scale_factor are different from the others.
> ---
> autovacuum_vacuum_scale_factor, toast.autovacuum_vacuum_scale_factor (floating point)
> autovacuum_vacuum_insert_scale_factor, toast.autovacuum_vacuum_insert_scale_factor (float4)
> autovacuum_analyze_scale_factor (floating point)
> autovacuum_vacuum_cost_delay, toast.autovacuum_vacuum_cost_delay (floating point)
> https://www.postgresql.org/docs/devel/sql-createtable.html
> ---
>
> So, I thought it was better to be consistent with "floating point", and I created the patch.

committed

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2021-06-28 13:55:34 Document behaviour of failed sub queries
Previous Message Alvaro Herrera 2021-06-24 20:06:38 Re: 24.1.5.1. Multixacts And Wraparound