forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit123ccbe
committed
Fix assertion failure due to over-eager code deduplication.
In the previous commit I'd made MemoryContextContains() useGetMemoryChunkContext(), but that causes trouble when the passedpointer isn't allocated in any memory context - that's probablysomething we shouldn't do, but the previous commit isn't a place for a"policy" change.1 parentf4e2d50 commit123ccbe
1 file changed
+18
-1
lines changedLines changed: 18 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
566 | 566 |
| |
567 | 567 |
| |
568 | 568 |
| |
569 |
| - | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
570 | 587 |
| |
571 | 588 |
| |
572 | 589 |
| |
|
0 commit comments
Comments
(0)