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: XL9_5_R1BETA1~313^2~1^2~1461 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=12fbe2b3dd9c712532541c6a89cd26b1974c66f2;p=postgres-xl.git 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.