- Notifications
You must be signed in to change notification settings - Fork5
Commitbc7cb8f
committed
Allocate local buffers in a context of their own, rather than dumping them
into TopMemoryContext. This makes no functional difference, but makes iteasier to see what the space is being used for in MemoryContextStats dumps.Per a recent example in which I was surprised by the size of TopMemoryContext.1 parente275d16 commitbc7cb8f
1 file changed
+16
-3
lines changedLines changed: 16 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
399 | 399 |
| |
400 | 400 |
| |
401 | 401 |
| |
| 402 | + | |
402 | 403 |
| |
403 | 404 |
| |
404 | 405 |
| |
| |||
409 | 410 |
| |
410 | 411 |
| |
411 | 412 |
| |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
412 | 426 |
| |
413 | 427 |
| |
414 | 428 |
| |
415 | 429 |
| |
416 | 430 |
| |
417 | 431 |
| |
418 | 432 |
| |
419 |
| - | |
420 |
| - | |
| 433 | + | |
421 | 434 |
| |
422 | 435 |
| |
423 | 436 |
| |
|
0 commit comments
Comments
(0)