- Notifications
You must be signed in to change notification settings - Fork5k
Commit44fe6ce
committed
doc: Correct description of values used in FSM for indexes
The implementation of FSM for indexes is simpler than heap, where 0 isused to track if a page is in-use and (BLCKSZ - 1) if a page is free.One comment in indexfsm.c and one description in the documentation ofpg_freespacemap were incorrect about that.Author: Alex Friedman <alexf01@gmail.com>Discussion:https://postgr.es/m/71eef655-c192-453f-ac45-2772fec2cb04@gmail.comBackpatch-through: 131 parentc325a76 commit44fe6ce
File tree
2 files changed
+2
-2
lines changed- doc/src/sgml
- src/backend/storage/freespace
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
0 commit comments
Comments
(0)