forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit11b7de4
committed
Unify src/common/'s definitions of MaxAllocSize.
As threatened in the previous patch, define MaxAllocSize insrc/include/common/fe_memutils.h rather than having severalcopies of it in different src/common/*.c files. This alsoprovides an opportunity to document it better.While this would probably be safe to back-patch, I'll refrain(for now anyway).1 parentbd28431 commit11b7de4
File tree
4 files changed
+12
-10
lines changed- src
- common
- include/common
4 files changed
+12
-10
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 | 27 |
| |
31 | 28 |
| |
32 | 29 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 | 27 |
| |
32 | 28 |
| |
33 | 29 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 | 27 |
| |
31 | 28 |
| |
32 | 29 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
12 | 24 |
| |
13 | 25 |
| |
14 | 26 |
| |
|
0 commit comments
Comments
(0)