pgsql: Fix documentation oversights about pageinspect and initializatio - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix documentation oversights about pageinspect and initializatio
Date
Msg-id E1XGqJQ-0006xX-30@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix documentation oversights about pageinspect and initialization fork.

The initialization fork was added in 9.1, but has not been taken into
consideration in documents of get_raw_page function in pageinspect and
storage layout. This commit fixes those oversights.

get_raw_page can read not only a table but also an index, etc. So it
should be documented that the function can read any relation. This commit
also fixes the document of pageinspect that way.

Back-patch to 9.1 where those oversights existed.

Vik Fearing, review by MauMau

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/44ea72d28066103b3d1df9a3e9476f52c56e06cc

Modified Files
--------------
doc/src/sgml/pageinspect.sgml |    7 ++++---
doc/src/sgml/storage.sgml     |    4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix documentation oversights about pageinspect and initializatio
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix documentation oversights about pageinspect and initializatio