From: Alvaro Herrera Date: Mon, 8 Jul 2013 21:11:55 +0000 (-0400) Subject: Fix mention of htup.h in pageinspect docs X-Git-Tag: REL9_3_RC1~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=469feb7afb5ee9958c50a8b3000df027a1be8e19;p=postgresql Fix mention of htup.h in pageinspect docs It's htup_details.h now. Jeff Janes --- diff --git a/doc/src/sgml/pageinspect.sgml b/doc/src/sgml/pageinspect.sgml index 84477d24a7..f4138558b2 100644 --- a/doc/src/sgml/pageinspect.sgml +++ b/doc/src/sgml/pageinspect.sgml @@ -103,7 +103,7 @@ test=# SELECT * FROM page_header(get_raw_page('pg_class', 0)); test=# SELECT * FROM heap_page_items(get_raw_page('pg_class', 0)); See src/include/storage/itemid.h and - src/include/access/htup.h for explanations of the fields + src/include/access/htup_details.h for explanations of the fields returned.