Fix mention of htup.h in storage.sgml

Fujii Masao <fujii@postgresql.org>

Commit: 5091f39afe7fef1cccaf501d3c5dd1ec847c7f97
Author: Fujii Masao <fujii@postgresql.org>
Date: 2015-10-01T14:13:20Z
Releases: 9.4.5
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

Files

PathChange+/−
doc/src/sgml/storage.sgml modified +1 −1