Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1XCSkZ-0001mK-6Y for pgsql-docs@arkaria.postgresql.org; Wed, 30 Jul 2014 12:12:55 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1XCSkY-00071Z-GA for pgsql-docs@arkaria.postgresql.org; Wed, 30 Jul 2014 12:12:54 +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 1XCSkX-00071S-FA for pgsql-docs@postgresql.org; Wed, 30 Jul 2014 12:12:53 +0000 Received: from mimolette.dalibo.net ([212.85.154.222]) by magus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1XCSkU-0002oV-DC for pgsql-docs@postgresql.org; Wed, 30 Jul 2014 12:12:52 +0000 Received: from [192.168.0.4] (ath91-3-88-167-161-184.fbx.proxad.net [88.167.161.184]) by mimolette.dalibo.net (Postfix) with ESMTPSA id 0061E5080468 for ; Wed, 30 Jul 2014 14:11:45 +0200 (CEST) Message-ID: <53D8E0D9.9090300@dalibo.com> Date: Wed, 30 Jul 2014 14:11:05 +0200 From: Vik Fearing User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: PG Docs Subject: pageinspect forks Content-Type: multipart/mixed; boundary="------------020509080604010100020503" X-Pg-Spam-Score: -1.9 (-) 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 This is a multi-part message in MIME format. --------------020509080604010100020503 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit I noticed that the documentation for pageinspect lists the different forks but omits the initialization fork. Here is a trivial patch to fix that. -- Vik --------------020509080604010100020503 Content-Type: text/x-diff; name="pageinspect_init_fork.v1.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pageinspect_init_fork.v1.patch" *** a/doc/src/sgml/pageinspect.sgml --- b/doc/src/sgml/pageinspect.sgml *************** *** 31,38 **** table and returns a copy as a bytea value. This allows a single time-consistent copy of the block to be obtained. fork should be 'main' for ! the main data fork, or 'fsm' for the free space map, ! or 'vm' for the visibility map. --- 31,39 ---- table and returns a copy as a bytea value. This allows a single time-consistent copy of the block to be obtained. fork should be 'main' for ! the main data fork, 'fsm' for the free space map, ! 'vm' for the visibility map, or 'init' ! for the initialization fork. --------------020509080604010100020503 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs --------------020509080604010100020503--