- Notifications
You must be signed in to change notification settings - Fork28
Commit234e4cf
committed
During parallel pg_dump, free commands from master
The command strings read by the child processes during parallelpg_dump, after being read and handled, were not being free'd.This patch corrects this relatively minor memory leak.Leak found by the Coverity scanner.Back patch to 9.3 where parallel pg_dump was introduced.1 parent070518d commit234e4cf
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
922 | 922 |
| |
923 | 923 |
| |
924 | 924 |
| |
| 925 | + | |
| 926 | + | |
| 927 | + | |
925 | 928 |
| |
926 | 929 |
| |
927 | 930 |
| |
|
0 commit comments
Comments
(0)