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 1lvWUg-0007nZ-7G for pgsql-docs@arkaria.postgresql.org; Tue, 22 Jun 2021 02:50:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lvWUf-0004IG-5e for pgsql-docs@arkaria.postgresql.org; Tue, 22 Jun 2021 02:50:29 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lvWUe-0004I7-WB for pgsql-docs@lists.postgresql.org; Tue, 22 Jun 2021 02:50:29 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lvWUc-0007XT-7e for pgsql-docs@lists.postgresql.org; Tue, 22 Jun 2021 02:50:28 +0000 Received: from bruce by momjian.us with local (Exim 4.92) (envelope-from ) id 1lvWUZ-00088A-DS; Mon, 21 Jun 2021 22:50:23 -0400 Date: Mon, 21 Jun 2021 22:50:23 -0400 From: Bruce Momjian To: Laurenz Albe Cc: eric.mutta@gmail.com, pgsql-docs@lists.postgresql.org Subject: Re: 24.1.5.1. Multixacts And Wraparound Message-ID: <20210622025023.GH22121@momjian.us> References: <162395467510.686.11947486273299446208@wrigleys.postgresql.org> <8b8fed1d71a692d9cd72116e42ddde776a12be7e.camel@cybertec.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8b8fed1d71a692d9cd72116e42ddde776a12be7e.camel@cybertec.at> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, Jun 18, 2021 at 08:51:00AM +0200, Laurenz Albe wrote: > On Thu, 2021-06-17 at 18:31 +0000, PG Doc comments form wrote: > > In section "24.1.5.1. Multixacts And Wraparound" of > > https://www.postgresql.org/docs/current/routine-vacuuming.html we find the > > following sentence towards the end of the section: > > > > "...If the amount of used member storage space exceeds the amount 50% of the > > addressable storage space." > > > > I am having trouble parsing "...exceeds the amount 50% of the > > addressable..." part. > > > > It seems like the sentence is trying to say "...space exceeds 50% of the > > addressable storage space" or maybe even "...space exceeds the amount of the > > addressable storage space". Which is which? > > +1 > > I think that the second "the amount" in the sentence should be removed. I think it is worse than that. Here is the full paragraph: As a safety device, an aggressive vacuum scan will occur for any table whose multixact-age is greater than . Aggressive vacuum scans will also occur progressively for all tables, starting with those that have the oldest multixact-age, if the amount of used member storage space exceeds the amount 50% of the addressable storage space. Both of these kinds of aggressive scans will occur even if autovacuum is nominally disabled. What does "the amount of used member storage space exceeds 50% of the addressable storage space" mean? -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com If only the physical world exists, free will is an illusion.