Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZfnuC-0003Nq-2W for pgsql-docs@arkaria.postgresql.org; Sat, 26 Sep 2015 11:44:40 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZfnuB-0002gi-In for pgsql-docs@arkaria.postgresql.org; Sat, 26 Sep 2015 11:44:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1Zfntq-0002HP-S9 for pgsql-docs@postgresql.org; Sat, 26 Sep 2015 11:44:18 +0000 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1Zfnto-0005Fu-Ft for pgsql-docs@postgresql.org; Sat, 26 Sep 2015 11:44:17 +0000 Received: by qgev79 with SMTP id v79so88456788qge.0 for ; Sat, 26 Sep 2015 04:44:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Se0y/+Gy4R+X3okS0a8SoJheI1fO9PXbZu0v546sepE=; b=qjbWFrzZn0DqeanaN5xaZyaZr48biZtSgE4zM7n7O7JQdEQE2aC0TtMLuVpVNp2Ajq 1KSYRmE3a68cAgIJxiZCAC2yH/UPN2THrBsxFfHIXL/J9E04Qtc0Mz87SzPr3rU5Er5R epo5qtSCEJC5PBu9QjBHntNycv3S04k+EZGNi+hVGgCOmCu9u+nCKXBMcXzZNE6rvq8j hsC1OnJCEmGv4NAR2dhiPZEVGJmnZCud0q7jjnKUG79zQ0KlUfO5NrR5OaBN5hzUKNTV ifQEGlDhaJEEwF6O2IckCoyGP0GTJxJALMIeZtMdjclCCF16y3PmWf41d2SwaNQ6ipAt srGQ== MIME-Version: 1.0 X-Received: by 10.140.133.69 with SMTP id 66mr12605185qhf.18.1443267854931; Sat, 26 Sep 2015 04:44:14 -0700 (PDT) Received: by 10.140.21.50 with HTTP; Sat, 26 Sep 2015 04:44:14 -0700 (PDT) Date: Sat, 26 Sep 2015 20:44:14 +0900 Message-ID: Subject: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData From: Michael Paquier To: pgsql-docs@postgresql.org Content-Type: multipart/mixed; boundary=001a1136fdeecf84010520a4fb83 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 --001a1136fdeecf84010520a4fb83 Content-Type: text/plain; charset=UTF-8 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. Regards, -- Michael --001a1136fdeecf84010520a4fb83 Content-Type: text/x-diff; charset=US-ASCII; name="20150926_storage_fixtypo.patch" Content-Disposition: attachment; filename="20150926_storage_fixtypo.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_if10eni70 ZGlmZiAtLWdpdCBhL2RvYy9zcmMvc2dtbC9zdG9yYWdlLnNnbWwgYi9kb2Mv c3JjL3NnbWwvc3RvcmFnZS5zZ21sCmluZGV4IDAxNTNiMDguLjE2NGQwOGMg MTAwNjQ0Ci0tLSBhL2RvYy9zcmMvc2dtbC9zdG9yYWdlLnNnbWwKKysrIGIv ZG9jL3NyYy9zZ21sL3N0b3JhZ2Uuc2dtbApAQCAtOTkwLDcgKzk5MCw3IEBA IGRhdGEuIEVtcHR5IGluIG9yZGluYXJ5IHRhYmxlcy48L2VudHJ5PgogCiAg PHBhcmE+CiAgICBBbGwgdGhlIGRldGFpbHMgY2FuIGJlIGZvdW5kIGluCi0g ICA8ZmlsZW5hbWU+c3JjL2luY2x1ZGUvYWNjZXNzL2h0dXAuaDwvZmlsZW5h bWU+LgorICAgPGZpbGVuYW1lPnNyYy9pbmNsdWRlL2FjY2Vzcy9odHVwX2Rl dGFpbHMuaDwvZmlsZW5hbWU+LgogIDwvcGFyYT4KIAogIDxwYXJhPgo= --001a1136fdeecf84010520a4fb83 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 --001a1136fdeecf84010520a4fb83--