Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lwf9V-0000qO-T6 for pgsql-docs@arkaria.postgresql.org; Fri, 25 Jun 2021 06:17:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lwf9U-0002yX-RJ for pgsql-docs@arkaria.postgresql.org; Fri, 25 Jun 2021 06:17:20 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lwf9U-0002yP-L5 for pgsql-docs@lists.postgresql.org; Fri, 25 Jun 2021 06:17:20 +0000 Received: from wforward5-smtp.messagingengine.com ([64.147.123.35]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lwf9Q-0006ge-Ps for pgsql-docs@lists.postgresql.org; Fri, 25 Jun 2021 06:17:20 +0000 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailforward.west.internal (Postfix) with ESMTP id D70481AC114C; Fri, 25 Jun 2021 02:17:12 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Fri, 25 Jun 2021 02:17:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=xLcdTXSM3BpRPkeTpoC+Q5mJrFa/1DsAJ7cX9cKK4 tw=; b=A94+JNvvi1gbef91wSn0H/7xLsQSRd9lGQEcN786xvlhmJMKoe4GwUfM/ DcAna2RxnGpse5s5/1VuJkwet/VdoXYpKlkraWbIY2rGpQisZ1DMiD+lpDDyS8By JDRns/QRDMBoqiCg4XTo/aKLGGdsV8JT1aDQg9fGFZqv50Au6okKF54feFC9ylmg FX2fMkxXT2iasmVpkBTP/F1EkUYSmAO/CMj6o9GHTX4MZu6zmbiqLepKsNKMENX/ q0II2DP2u9hjk/AWL/SmQtt594VjpNne5/HTvxq/duiqCsL6awD299Z8La3Se1LO 6YhJs1+VBy8TV9YDejuekJlTgPFYQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeegiedguddtjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepuffvfhfhkffffgggjggtgfesth ejredttdefgfenucfhrhhomheprfgvthgvrhcugfhishgvnhhtrhgruhhtuceophgvthgv rhdrvghishgvnhhtrhgruhhtsegvnhhtvghrphhrihhsvggusgdrtghomheqnecuggftrf grthhtvghrnhepjeeuleeuuefgleejgeeuueevheekjedvleektefgudeigeettedtiefh gedtgfeknecuffhomhgrihhnpehpohhsthhgrhgvshhqlhdrohhrghenucevlhhushhtvg hrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghn thhrrghuthesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 25 Jun 2021 02:17:11 -0400 (EDT) Subject: Re: change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor To: Shinya11.Kato@nttdata.com, pgsql-docs@lists.postgresql.org References: From: Peter Eisentraut Message-ID: Date: Fri, 25 Jun 2021 08:17:10 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-2022-jp; format=flowed; delsp=yes Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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_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