mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Fix mention of htup.h in pageinspect docs
It's htup_details.h now. Jeff Janes
This commit is contained in:
parent
f489470f8a
commit
12fbe2b3dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
</screen>
|
||||
See <filename>src/include/storage/itemid.h</> and
|
||||
<filename>src/include/access/htup.h</> for explanations of the fields
|
||||
<filename>src/include/access/htup_details.h</> for explanations of the fields
|
||||
returned.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue