Fix mention of htup.h in pageinspect docs
authorAlvaro Herrera
Mon, 8 Jul 2013 21:11:55 +0000 (17:11 -0400)
committerAlvaro Herrera
Mon, 8 Jul 2013 21:13:18 +0000 (17:13 -0400)
It's htup_details.h now.

Jeff Janes

doc/src/sgml/pageinspect.sgml

index 84477d24a7aecd759e4206b5ece2b392e901436b..f4138558b25c9b25b29c40813ac95904981cf07e 100644 (file)
@@ -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.