pgsql: Fix mention of htup.h in storage.sgml - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix mention of htup.h in storage.sgml
Date
Msg-id E1ZhecI-0007eR-8Y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2d57d886fa0c30c28ed3545aa4e6968efd1acdf2

Modified Files
--------------
doc/src/sgml/storage.sgml |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix readfuncs/outfuncs problems in last night's Gather patch.
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix mention of htup.h in storage.sgml