Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1XGVMj-0005wb-Eb for pgsql-docs@arkaria.postgresql.org; Sun, 10 Aug 2014 15:49:01 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1XGVMi-0001vH-Qa for pgsql-docs@arkaria.postgresql.org; Sun, 10 Aug 2014 15:49:00 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1XGVMg-0001v8-VN for pgsql-docs@postgresql.org; Sun, 10 Aug 2014 15:48:59 +0000 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]) by magus.postgresql.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1XGVMY-0005Qw-G9 for pgsql-docs@postgresql.org; Sun, 10 Aug 2014 15:48:57 +0000 Received: by mail-pa0-f45.google.com with SMTP id eu11so9787570pac.32 for ; Sun, 10 Aug 2014 08:48:47 -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=IuBSYaHPC9qJ4JXD6VSejHM213rELIITLEECUO+2x2A=; b=P1sn/i+N6Z1ZKihcjbtLKjaz0M6BEcJP/C+sb8No2yc/a8+b1DsHnOP+wYMVnsMBCd U7LsWtFZkwNBAA3AL67BsS4gOA1FAuSBTZqAqzRFOdIBFdMGMpVdzq0xw/XRq3nNb9iE Q5XR1DGMFM70UIBwZW0tgy4QbBl7f+JE+3fADS6+w78b2t+Byoi5A86inIRWyQq3Bnr9 Y/IjyxIi8iibqEuqJwLG4N/sSFKmbRae+8FcSNltntvGzAQgI3jWpzextoLTxBjtPP2B NssU0J4z4pJXCVrJNOe2p6rhnqseU5tV/7S8PkSBfmkJfy56vA69oUbV7UdL+b36ULN3 U2VQ== MIME-Version: 1.0 X-Received: by 10.70.100.34 with SMTP id ev2mr36481834pdb.81.1407685727025; Sun, 10 Aug 2014 08:48:47 -0700 (PDT) Received: by 10.70.123.133 with HTTP; Sun, 10 Aug 2014 08:48:46 -0700 (PDT) In-Reply-To: <53D8E0D9.9090300@dalibo.com> References: <53D8E0D9.9090300@dalibo.com> Date: Mon, 11 Aug 2014 00:48:46 +0900 Message-ID: Subject: Re: pageinspect forks From: Fujii Masao To: Vik Fearing Cc: PG Docs Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.0 (--) 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 Wed, Jul 30, 2014 at 9:11 PM, Vik Fearing wrote: > I noticed that the documentation for pageinspect lists the different > forks but omits the initialization fork. > > Here is a trivial patch to fix that. ISTM that this fix needs to back-patched to 9.1 where the initialization fork was introduced. I found that the document of pg_relation_size() had the same problem and it has been fixed recently by 2d00190495b22e0d0ba351b2cda9c95fb2e3d083, but it has not been back-patched to 9.1, 9.2 and 9.3. I think that we should back-patch that to those versions. That commit also fixed the HINT message "HINT: Valid fork names are "main", "fsm", and "vm".", so that the initialization fork is included in that message. This also needs to be back-patched to those versions. 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