Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZhedL-0008G5-LL for pgsql-docs@arkaria.postgresql.org; Thu, 01 Oct 2015 14:14:55 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZhedK-0005ri-0r for pgsql-docs@arkaria.postgresql.org; Thu, 01 Oct 2015 14:14:54 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1Zhecz-0005Ug-6n for pgsql-docs@postgresql.org; Thu, 01 Oct 2015 14:14:33 +0000 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1Zhecw-00029p-To for pgsql-docs@postgresql.org; Thu, 01 Oct 2015 14:14:32 +0000 Received: by qgev79 with SMTP id v79so66977235qge.0 for ; Thu, 01 Oct 2015 07:14:30 -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=4JgTZy8IAMNJWTHBRXMY3ZLV3/wOeIm9rIISkT4beko=; b=TYkuWa1FLCynd9jX35REF3e5aOu8n8fMcwcxCPt39hz2HGPryT1SiuMD1xEFK4BukK PvrFbXRUY1PNZsNej72yTj3YjzOvKKflwI7OY8ZJGlp2hrrKbXGyqDlkfIje0u6M3mIX K5MjmR4Wz9l0jW9EnY5Ppd4mBxL9WdZXyfVrFpMAZp6JyqO9qAY8EZoNZ99PGuTWk4WU Vk0wBQ7TI1SIn7Db1041vamLpES77essYJet4EEP/d5YdQG8wSVfiCqmwXg1RY7cSZLe GWjadJAvv/0AOTokdhwHnenyK9FG0EfhZAYOHKjFEP1OvDeBkSu7jSiYEgdlMjzTMcbf VfCw== MIME-Version: 1.0 X-Received: by 10.140.101.119 with SMTP id t110mr12926019qge.71.1443708870325; Thu, 01 Oct 2015 07:14:30 -0700 (PDT) Received: by 10.55.44.7 with HTTP; Thu, 1 Oct 2015 07:14:30 -0700 (PDT) In-Reply-To: References: Date: Thu, 1 Oct 2015 23:14:30 +0900 Message-ID: Subject: Re: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData From: Fujii Masao To: Michael Paquier 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 Sat, Sep 26, 2015 at 8:44 PM, Michael Paquier wrote: > Hi all, > > I found the following mistake in the docs while looking at another patch: > diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml > index 0153b08..164d08c 100644 > --- a/doc/src/sgml/storage.sgml > +++ b/doc/src/sgml/storage.sgml > @@ -990,7 +990,7 @@ data. Empty in ordinary tables. > > > All the details can be found in > - src/include/access/htup.h. > + src/include/access/htup_details.h. > > > Patch is attached. Applied. Thanks! 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