Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1XGppL-0006XP-RL for pgsql-docs@arkaria.postgresql.org; Mon, 11 Aug 2014 13:39:55 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1XGppK-0006mR-GO for pgsql-docs@arkaria.postgresql.org; Mon, 11 Aug 2014 13:39:54 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1XGppI-0006mI-Fx for pgsql-docs@postgresql.org; Mon, 11 Aug 2014 13:39:52 +0000 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]) by makus.postgresql.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1XGppF-00031B-9x for pgsql-docs@postgresql.org; Mon, 11 Aug 2014 13:39:50 +0000 Received: by mail-pa0-f49.google.com with SMTP id hz1so10965761pad.8 for ; Mon, 11 Aug 2014 06:39:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:references:in-reply-to:subject:date:mime-version :content-type:content-transfer-encoding; bh=d0ne3cLOTjN6orxnzMd93IHQBnJL2Pf29GlGIMcNP0k=; b=kKyK7GkM2C7up50PW5Q9+v3laWGsXG9P3m2djMPfcCYis4pmPq3+piZXr0ycaXuU8x nNNwmGl5rxf+PZhXwPqI8AoOjxhr377pVGuamGKjltR+KpPUM5IYO92U0krbEQKSxH55 iJhVinW1j2jRSzAzNwVesoUGx1BpgL7x4mjFvg7kgkizMdGTr1JhDczm90o9G5PDw2BJ 3uBS6wLvfnJiZL0YiPf8v2F3s0ZX8qkf8Q9/weAJuicx6hMl+t20IDgqftxjUaXfRGpP kHLSd2GIMUO1IwZTcKkLUwIWo1WD3yZlule2vuTGPhAr/oZOKUZnkwruAO78EXimBqgd i9uA== X-Received: by 10.66.237.206 with SMTP id ve14mr15118104pac.40.1407764387541; Mon, 11 Aug 2014 06:39:47 -0700 (PDT) Received: from maumau (p23196-ipngn100307sizuokaden.shizuoka.ocn.ne.jp. [153.131.144.196]) by mx.google.com with ESMTPSA id gi8sm11494005pbc.16.2014.08.11.06.39.45 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 11 Aug 2014 06:39:46 -0700 (PDT) Message-ID: <3CD454FB008D4E4B9F6C01DCE91FCBAE@maumau> From: "MauMau" To: "Vik Fearing" , "PG Docs" References: <53D8E0D9.9090300@dalibo.com> <510823BF13464AAE872F0C81C194E86C@maumau> <53E7C12F.3020901@dalibo.com> <53E8B866.20008@dalibo.com> In-Reply-To: <53E8B866.20008@dalibo.com> Subject: Re: pageinspect forks Date: Mon, 11 Aug 2014 22:42:48 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18463 X-Pg-Spam-Score: 0.6 (/) 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 From: "Vik Fearing" > I think you're looking at an old version of the code. My understanding > of his message was that that patch had already been applied but not > backpatched and he wants it backpatched. To wit, that hint message does > include "init" on master and it's located in src/common/relpath.c. > > However, I did find another occurence in the documentation, so third > patch attached. You are right, I was looking at the code of 9.3.4 at hand. The latest code certainly has the accurate HINT message. Your v3 patch looks reasonable. Regards MauMau -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs