Re: change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor
Date
Msg-id e11bf988-71aa-a358-4811-4dab7cd490f6@enterprisedb.com
Whole thread Raw
In response to change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor  (<Shinya11.Kato@nttdata.com>)
List pgsql-docs
On 16.06.21 07:22, Shinya11.Kato@nttdata.com wrote:
> As shown below, the argument types of autovacuum_vacuum_insert_scale_factor and
toast.autovacuum_vacuum_insert_scale_factorare 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



pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 24.1.5.1. Multixacts And Wraparound
Next
From: PG Doc comments form
Date:
Subject: Document behaviour of failed sub queries