forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit054fc30
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 parent84317b0 commit054fc30
2 files changed
+9
-2
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14991 | 14991 |
| |
14992 | 14992 |
| |
14993 | 14993 |
| |
14994 |
| - | |
| 14994 | + | |
14995 | 14995 |
| |
14996 | 14996 |
| |
14997 | 14997 |
| |
| |||
15125 | 15125 |
| |
15126 | 15126 |
| |
15127 | 15127 |
| |
| 15128 | + | |
| 15129 | + | |
| 15130 | + | |
| 15131 | + | |
| 15132 | + | |
| 15133 | + | |
15128 | 15134 |
| |
15129 | 15135 |
| |
15130 | 15136 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
| 79 | + | |
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
|
0 commit comments
Comments
(0)