From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix documentation oversights about pageinspect and initializatio |
Date: | 2014-08-11 14:11:00 |
Message-ID: | E1XGqJQ-0006xc-3E@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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_1_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/b8eaa7b2a67c9f9f6730376056903feb3da58293
Modified Files
--------------
doc/src/sgml/pageinspect.sgml | 7 ++++---
doc/src/sgml/storage.sgml | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2014-08-11 14:38:13 | pgsql: Fix failure to follow the directions when "init" fork was added. |
Previous Message | Heikki Linnakangas | 2014-08-11 09:11:08 | pgsql: Break out OpenSSL-specific code to separate files. |