forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit29d108c

Amit Kapila
Doc: Update the documentation for FSM behavior for small tables.
In commitb0eaa4c, we have avoided the creation of FSM for small tables.So the functions that use FSM to compute the free space can return zero forsuch tables. This was previously also possible for the cases where thevacuum has not been triggered to update FSM.This commit updates the comments in code and documentation to reflect thisbehavior.Author: John NaylorReviewed-by: Amit KapilaDiscussion:https://postgr.es/m/CACPNZCtba-3m1q3A8gxA_vxg=T7gQf7gMbpR4Ciy5LntY-j+0Q@mail.gmail.com1 parent41531e4 commit29d108c
File tree
3 files changed
+8
-1
lines changed- contrib/pgstattuple
- doc/src/sgml
3 files changed
+8
-1
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
92 | 95 |
| |
93 | 96 |
| |
94 | 97 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
| 65 | + | |
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
527 | 527 |
| |
528 | 528 |
| |
529 | 529 |
| |
530 |
| - | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
531 | 533 |
| |
532 | 534 |
| |
533 | 535 |
| |
|
0 commit comments
Comments
(0)