forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit67c6bd1
committed
Fix minor memory leak in Standby startup
StandbyRecoverPreparedTransactions() leaked the bufferused for two phase state file. This was leaked onceat startup and at every shutdown checkpoint seen.Backpatch to 9.6Stas Kelvich1 parentd299eb4 commit67c6bd1
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1886 | 1886 |
| |
1887 | 1887 |
| |
1888 | 1888 |
| |
| 1889 | + | |
| 1890 | + | |
1889 | 1891 |
| |
1890 | 1892 |
| |
1891 | 1893 |
| |
|
0 commit comments
Comments
(0)