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 1prIpo-0007EV-HQ for pgsql-hackers@arkaria.postgresql.org; Tue, 25 Apr 2023 13:35:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1prIpn-0005K0-Ck for pgsql-hackers@arkaria.postgresql.org; Tue, 25 Apr 2023 13:35:55 +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 1prIpn-0005Jr-34 for pgsql-hackers@lists.postgresql.org; Tue, 25 Apr 2023 13:35:55 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1prIpf-004zks-IU for pgsql-hackers@postgresql.org; Tue, 25 Apr 2023 13:35:54 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 53A3B2F8869B for ; Tue, 25 Apr 2023 15:35:46 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 432552E28C02; Tue, 25 Apr 2023 15:35:46 +0200 (CEST) Received: from s474.loopia.se (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id 3F00510BC4A5; Tue, 25 Apr 2023 15:35:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s934.loopia.se ([172.22.191.6]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with UTF8LMTP id kNxhEFIC_gYN; Tue, 25 Apr 2023 15:35:45 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s934.loopia.se (Postfix) with ESMTPSA id B02F57CEA82; Tue, 25 Apr 2023 15:35:45 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.2\)) Subject: Re: Should vacuum process config file reload more often From: Daniel Gustafsson In-Reply-To: Date: Tue, 25 Apr 2023 15:35:45 +0200 Cc: Melanie Plageman , Robert Haas , Andres Freund , Tom Lane , Kyotaro Horiguchi , PostgreSQL Hackers , Amit Kapila Content-Transfer-Encoding: quoted-printable Message-Id: References: <20230329.132155.629765142788133576.horikyota.ntt@gmail.com> <20230329.173456.1185961934810139447.horikyota.ntt@gmail.com> <935191FB-083B-4060-89FC-466F61FAA391@yesql.se> <1252075.1680547394@sss.pgh.pa.us> <20230403190837.qubpnwugfe2k2g46@awork3.anarazel.de> <7E06F879-7E20-4A6A-862F-CA72CDC9A323@yesql.se> <5028847C-937A-4CC2-B127-AFF5F9FB79C5@yesql.se> <2B703533-102A-47E5-A4F7-C6A68C09BB27@yesql.se> <23D2F3D0-90C2-428A-817F-1E16194DDC2D@yesql.se> <2DD2F71A-39F9-4E43-84BC-1720BBBFA11A@yesql.se> To: Masahiko Sawada X-Mailer: Apple Mail (2.3696.120.41.1.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 25 Apr 2023, at 15:31, Masahiko Sawada = wrote: >=20 > On Tue, Apr 25, 2023 at 9:39=E2=80=AFPM Daniel Gustafsson = wrote: >>=20 >>> On 17 Apr 2023, at 04:04, Masahiko Sawada = wrote: >>=20 >>> I've attached an updated patch for fixing at_dobalance condition. >>=20 >> I revisited this and pushed it to all supported branches after = another round of >> testing and reading. >=20 > Thanks! >=20 > Can we mark the open item "Can't disable autovacuum cost delay through > storage parameter" as resolved? Yes, I've gone ahead and done that now. -- Daniel Gustafsson