- Notifications
You must be signed in to change notification settings - Fork28
Commit1983af8
committed
Switch some palloc/memset calls to palloc0
Some code paths have been doing some allocations followed by animmediate memset() to initialize the allocated area with zeros, this isa bit overkill as there are already interfaces to do both things in onecall.Author: Daniel GustafssonReviewed-by: Michael PaquierDiscussion:https://postgr.es/m/vN0OodBPkKs7g2Z1uyk3CUEmhdtspHgYCImhlmSxv1Xn6nY1ZnaaGHL8EWUIQ-NEv36tyc4G5-uA3UXUF2l4sFXtK_EQgLN1hcgunlFVKhA=@yesql.se1 parent5bde165 commit1983af8
File tree
5 files changed
+6
-13
lines changed- contrib/tablefunc
- src
- backend/access/gist
- bin
- pg_dump
- pgbench
5 files changed
+6
-13
lines changedLines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
867 | 867 |
| |
868 | 868 |
| |
869 | 869 |
| |
870 |
| - | |
871 |
| - | |
872 |
| - | |
873 |
| - | |
874 |
| - | |
| 870 | + | |
| 871 | + | |
875 | 872 |
| |
876 | 873 |
| |
877 | 874 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
| 46 | + | |
48 | 47 |
| |
49 | 48 |
| |
50 | 49 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1382 | 1382 |
| |
1383 | 1383 |
| |
1384 | 1384 |
| |
1385 |
| - | |
1386 |
| - | |
| 1385 | + | |
1387 | 1386 |
| |
1388 | 1387 |
| |
1389 | 1388 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
324 |
| - | |
| 323 | + | |
325 | 324 |
| |
326 | 325 |
| |
327 | 326 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5301 | 5301 |
| |
5302 | 5302 |
| |
5303 | 5303 |
| |
5304 |
| - | |
5305 |
| - | |
| 5304 | + | |
5306 | 5305 |
| |
5307 | 5306 |
| |
5308 | 5307 |
| |
|
0 commit comments
Comments
(0)