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_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/5091f39afe7fef1cccaf501d3c5dd1ec847c7f97 Modified Files -------------- doc/src/sgml/storage.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
