forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit492e6b5
committed
nbtree: assert no scheduled primscan between pages.
Follow-up to bugfix commit763d65a. Technically this new assertion isredundant with the assertion recently added to _bt_readpage by that samecommit, but it seems like a good idea to have both.The new assertion makes it clear that we expect to call _bt_readnextpagewhen there's another primitive index scan scheduled, though only whenneeded as the final step of ending the current primitive scan.1 parent81a2579 commit492e6b5
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2272 | 2272 |
| |
2273 | 2273 |
| |
2274 | 2274 |
| |
| 2275 | + | |
| 2276 | + | |
2275 | 2277 |
| |
2276 | 2278 |
| |
2277 | 2279 |
| |
|
0 commit comments
Comments
(0)