Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0Lw9-0001wd-Vz for pgsql-docs@arkaria.postgresql.org; Thu, 04 Jun 2015 03:35:22 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1Z0Lw8-0005e7-74 for pgsql-docs@arkaria.postgresql.org; Thu, 04 Jun 2015 03:35:20 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1Z0Lw6-0005dd-BG for pgsql-docs@postgresql.org; Thu, 04 Jun 2015 03:35:18 +0000 Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1Z0Lw1-0005IH-TK for pgsql-docs@postgresql.org; Thu, 04 Jun 2015 03:35:16 +0000 Received: by iebgx4 with SMTP id gx4so27729407ieb.0 for ; Wed, 03 Jun 2015 20:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nOmzq0RE0N75cmXc1vhjm3ITIEKlJWQJTefGTLod5Jw=; b=FOTuNtJEyI5QkDLoSI3Gyr402pxe8T2oet/lkfMSJiaCHRV48sAFHDl6X3zMzi+B+L OvWo+9eCAONX14uxOO8HiVbrg2RkkDyn8AbXvBSRJTD/ZJT2+WNJ+arv6kj1y4S7vaS/ KXj9rC3Wc+oTGWTGkyWMOe0mOU1R3kg0Q/WmD9CQ+q241qmsIxciZ5JnOVl4rMXt55OP YR8dvqSJ/RZsfuWqbP3fs0xFdtfh9LIRUOUc5xMDK7tHJcaBhgCvnFz4z5YgP3c9IyYF otj2OQQzxk6PPKHYeY50xWsLvj0PZRchQc00FTmSuLurcJDnOWdzVcT9SzJhnXy8Or+g UmwA== MIME-Version: 1.0 X-Received: by 10.107.136.42 with SMTP id k42mr42323038iod.63.1433388910775; Wed, 03 Jun 2015 20:35:10 -0700 (PDT) Received: by 10.36.159.193 with HTTP; Wed, 3 Jun 2015 20:35:10 -0700 (PDT) In-Reply-To: <20150603182236.GC133018@postgresql.org> References: <20150603182236.GC133018@postgresql.org> Date: Thu, 4 Jun 2015 12:35:10 +0900 Message-ID: Subject: Re: pg_class.relminmxid and pg_database.datminmxid From: Fujii Masao To: Alvaro Herrera Cc: pgsql-docs Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org On Thu, Jun 4, 2015 at 3:22 AM, Alvaro Herrera wrote: > Fujii Masao wrote: >> Hi, >> >> The descriptions of pg_class.relminmxid and pg_database.datminmxid >> have some minor problems in the doc. Seems the attached patch needs >> to be applied. > > Looks reasonable. I'm not sure about the term "multitransaction" > anymore; we use "multixact" elsewhere (notably in the section that > explains freezing, in the maintenance chapter). Yes, we seem to have priority use of "multixact". OTOH, I found that "multitransaction" is also used elsewhere, for example, in storage.sgml (description of pg_multixact directory), pg_resetxlog.sgml and pgrowlocks.sgml. Maybe it's better to use "multixact" even there... Anyway I will push the fix with the term "multixact". Regards, -- Fujii Masao -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs