forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfc31001
committed
Remove redundant incomplete split assertion.
The fastpath insert optimization's incomplete split flag Assert() isredundant. We'll reach the more general Assert() within_bt_findinsertloc() in all cases. (Besides, Assert()'ing that therightmost page doesn't have the flag set never made much sense.)1 parent8c081a2 commitfc31001
1 file changed
+0
-5
lines changedLines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 | 182 |
| |
188 | 183 |
| |
189 | 184 |
| |
|
0 commit comments
Comments
(0)