forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita91fcd9
committed
Fix failure to follow the directions when "init" fork was added.
Specifically this commit updates forkname_to_number() so that the HINTmessage includes "init" fork, and also adds the description of "init" forkinto pg_relation_size() document.This is a part of the commit2d00190which has fixed the same oversight in master and 9.4. Back-patch to9.1 where "init" fork was added.1 parent79b0bc1 commita91fcd9
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15596 | 15596 | | |
15597 | 15597 | | |
15598 | 15598 | | |
15599 | | - | |
| 15599 | + | |
15600 | 15600 | | |
15601 | 15601 | | |
15602 | 15602 | | |
| |||
15730 | 15730 | | |
15731 | 15731 | | |
15732 | 15732 | | |
| 15733 | + | |
| 15734 | + | |
| 15735 | + | |
| 15736 | + | |
| 15737 | + | |
| 15738 | + | |
15733 | 15739 | | |
15734 | 15740 | | |
15735 | 15741 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments
Comments
(0)