forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit36425ec
committed
Change MemoryContextMemAllocated to return Size
Commitf2369bc switched most of the memory accounting from int64 toSize, but it forgot to change the MemoryContextMemAllocated return type.So this fixes that omission.Discussion:https://www.postgresql.org/message-id/11238.1570200198%40sss.pgh.pa.us1 parente800bd7 commit36425ec
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
466 | 466 |
| |
467 | 467 |
| |
468 | 468 |
| |
469 |
| - | |
| 469 | + | |
470 | 470 |
| |
471 | 471 |
| |
472 |
| - | |
| 472 | + | |
473 | 473 |
| |
474 | 474 |
| |
475 | 475 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments
Comments
(0)