pgsql: Fix mention of htup.h in storage.sgml

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix mention of htup.h in storage.sgml
Date: 2015-10-01 14:13:50
Message-ID: E1ZhecI-0007eP-8U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-10-01 14:32:30 pgsql: Fix documentation error in commit 8703059c6b55c427100e00a09f6653
Previous Message Robert Haas 2015-10-01 13:19:36 pgsql: Fix readfuncs/outfuncs problems in last night's Gather patch.