forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b1812b
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 parentb8eaa7b commit4b1812b
2 files changed
+9
-2
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14400 | 14400 |
| |
14401 | 14401 |
| |
14402 | 14402 |
| |
14403 |
| - | |
| 14403 | + | |
14404 | 14404 |
| |
14405 | 14405 |
| |
14406 | 14406 |
| |
| |||
14521 | 14521 |
| |
14522 | 14522 |
| |
14523 | 14523 |
| |
| 14524 | + | |
| 14525 | + | |
| 14526 | + | |
| 14527 | + | |
| 14528 | + | |
| 14529 | + | |
14524 | 14530 |
| |
14525 | 14531 |
| |
14526 | 14532 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
| 78 | + | |
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
|
0 commit comments
Comments
(0)