]> granicus.if.org Git - postgresql/commit
Fix failure to follow the directions when "init" fork was added.
authorFujii Masao <fujii@postgresql.org>
Mon, 11 Aug 2014 14:19:23 +0000 (23:19 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 11 Aug 2014 14:20:05 +0000 (23:20 +0900)
commit054fc30965f3d3361e80fa57887f58e1a178cfe8
tree4f40e39c9547f1799dccd263f6e89473dfff825b
parent84317b072021250c78cd1e127913f5d0a30e9028
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.
doc/src/sgml/func.sgml
src/backend/catalog/catalog.c