From 5091f39afe7fef1cccaf501d3c5dd1ec847c7f97 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Thu, 1 Oct 2015 23:00:52 +0900 Subject: [PATCH] Fix mention of htup.h in storage.sgml Previously it was documented that the details on HeapTupleHeaderData struct could be found in htup.h. This is not correct because it's now defined in htup_details.h. Back-patch to 9.3 where the definition of HeapTupleHeaderData struct was moved from htup.h to htup_details.h. Michael Paquier --- doc/src/sgml/storage.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 8924b7483fc..fb2b8b950d0 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -878,7 +878,7 @@ data. Empty in ordinary tables. All the details can be found in - src/include/access/htup.h. + src/include/access/htup_details.h. -- 2.39.5