pgsql: Fix failure to follow the directions when "init" fork was added.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix failure to follow the directions when "init" fork was added.
Date: 2014-08-11 14:38:13
Message-ID: E1XGqjl-0007N2-GK@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix failure to follow the directions when "init" fork was added.

Specifically this commit updates forkname_to_number() so that the HINT
message includes "init" fork, and also adds the description of "init" fork
into pg_relation_size() document.

This is a part of the commit 2d00190495b22e0d0ba351b2cda9c95fb2e3d083
which has fixed the same oversight in master and 9.4. Back-patch to
9.1 where "init" fork was added.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a91fcd93ca038e60034efdf681c9323e4bce4385

Modified Files
--------------
doc/src/sgml/func.sgml | 8 +++++++-
src/backend/catalog/catalog.c | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-08-12 03:15:44 pgsql: Add tab-completion for \unset and valid setting values of psql v
Previous Message Fujii Masao 2014-08-11 14:11:00 pgsql: Fix documentation oversights about pageinspect and initializatio