forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfa41cf8
committed
Avoid misinterpreting GiST pages in pageinspect.
GistPageSetDeleted() sets pd_lower when deleting a page, and sets thepage contents to a GISTDeletedPageContents. Avoid treating deleted GiSTpages as regular slotted pages within pageinspect.Oversight in commit756ab29.Author: Andrey Borodin <x4mmm@yandex-team.ru>1 parent7cde6b1 commitfa41cf8
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| 106 | + | |
106 | 107 |
| |
107 | 108 |
| |
108 | 109 |
| |
| |||
135 | 136 |
| |
136 | 137 |
| |
137 | 138 |
| |
| 139 | + | |
138 | 140 |
| |
139 | 141 |
| |
| 142 | + | |
| 143 | + | |
140 | 144 |
| |
141 | 145 |
| |
142 |
| - | |
| 146 | + | |
143 | 147 |
| |
144 | 148 |
| |
145 | 149 |
| |
| |||
187 | 191 |
| |
188 | 192 |
| |
189 | 193 |
| |
| 194 | + | |
190 | 195 |
| |
191 | 196 |
| |
192 | 197 |
| |
| |||
222 | 227 |
| |
223 | 228 |
| |
224 | 229 |
| |
| 230 | + | |
225 | 231 |
| |
226 | 232 |
| |
| 233 | + | |
| 234 | + | |
227 | 235 |
| |
228 | 236 |
| |
229 |
| - | |
| 237 | + | |
230 | 238 |
| |
231 | 239 |
| |
232 | 240 |
| |
|
0 commit comments
Comments
(0)