forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7690dde
committed
Check for GiST index tuples that don't fit on a page.
The page splitting code would go into infinite recursion if you try toinsert an index tuple that doesn't fit even on an empty page.Per analysis and suggested fix by Andrew Gierth. Fixes bug #11555, reportedby Bryan Seitz (analysis happened over IRC). Backpatch to all supportedversions.1 parent7a08e21 commit7690dde
1 file changed
+17
-0
lines changedLines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1264 | 1264 |
| |
1265 | 1265 |
| |
1266 | 1266 |
| |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
1267 | 1284 |
| |
1268 | 1285 |
| |
1269 | 1286 |
| |
|
0 commit comments
Comments
(0)