Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1woIWC-000xKU-2y for pgsql-docs@arkaria.postgresql.org; Mon, 27 Jul 2026 10:25:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1woIWB-00CDpA-2u for pgsql-docs@arkaria.postgresql.org; Mon, 27 Jul 2026 10:25:07 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wnSTi-005eGN-3D for pgsql-docs@lists.postgresql.org; Sat, 25 Jul 2026 02:51:07 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wnSTh-00000000Dp8-1YIZ for pgsql-docs@lists.postgresql.org; Sat, 25 Jul 2026 02:51:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=hs2d4xs3ydxVFWdxpVOsyB/XP4Mi9fFcau5cJpcti7k=; b=QPEoVthaNPaPw3GDrhvf84QfSF NiOD0s7H/gwjF9eVWjO4BUVdUDa77Gv2R5ZUopXe22Ly4DCeJbcyTh+jNXde/UMoxoXZBbQo8linQ 4LY7MGfOU8+YWKgtGkLlcOs+fewZsWjN+PUtVJq7vULA7cszWKN7+cWUdcYuklvrKuf50vV58O93l yXm6tXUFDmGPJfWuqprKgo/5snYyKE1Fakp7db7PKWWeUxQ/H/Fl37rZUv6bWvNtyPl627s3r9dtA rC4SjHrBRhk/jiS/EiiYaxkcdpXhbFYC/aZBt8vLjEHwHyWPKNeJjcnFdOQQQSCsPM6I6vEC8R5f2 539ij2yQ==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wnSTg-000iSS-1G for pgsql-docs@lists.postgresql.org; Sat, 25 Jul 2026 02:51:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.98.2) (envelope-from ) id 1wnSTf-00000001SDT-0lRm for pgsql-docs@lists.postgresql.org; Sat, 25 Jul 2026 02:51:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: autovacuum_vacuum_insert_threshold/ratio unit To: pgsql-docs@lists.postgresql.org From: PG Doc comments form Cc: bernd@eckenfels.net Reply-To: bernd@eckenfels.net, pgsql-docs@lists.postgresql.org Date: Sat, 25 Jul 2026 02:50:32 +0000 Message-ID: <178494783247.1231.1323462519957580805@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/18/routine-vacuuming.html Description: The description for the insert threshold talks about percentage of frozen pages in this text: 24.1.6 https://www.postgresql.org/docs/current/routine-vacuuming.html#VACUUM-FOR-W= RAPAROUND The referenced option however talks about pages, it does not talk about multiplying it with average number of tuples per page, though. https://www.postgresql.org/docs/current/runtime-config-vacuum.html#GUC-AUTO= VACUUM-VACUUM-INSERT-THRESHOLD