[COMMITTERS] pgsql: Fix assorted memory leaks.

2015-07-12 Thread Tom Lane
Fix assorted memory leaks. Per Coverity (not that any of these are so non-obvious that they should not have been caught before commit). The extent of leakage is probably minor to unnoticeable, but a leak is a leak. Back-patch as necessary. Michael Paquier Branch -- REL9_2_STABLE Details -

[COMMITTERS] pgsql: Fix assorted memory leaks.

2015-07-12 Thread Tom Lane
Fix assorted memory leaks. Per Coverity (not that any of these are so non-obvious that they should not have been caught before commit). The extent of leakage is probably minor to unnoticeable, but a leak is a leak. Back-patch as necessary. Michael Paquier Branch -- master Details ---

[COMMITTERS] pgsql: Fix assorted memory leaks.

2015-07-12 Thread Tom Lane
Fix assorted memory leaks. Per Coverity (not that any of these are so non-obvious that they should not have been caught before commit). The extent of leakage is probably minor to unnoticeable, but a leak is a leak. Back-patch as necessary. Michael Paquier Branch -- REL9_1_STABLE Details -

[COMMITTERS] pgsql: Fix assorted memory leaks.

2015-07-12 Thread Tom Lane
Fix assorted memory leaks. Per Coverity (not that any of these are so non-obvious that they should not have been caught before commit). The extent of leakage is probably minor to unnoticeable, but a leak is a leak. Back-patch as necessary. Michael Paquier Branch -- REL9_5_STABLE Details -

[COMMITTERS] pgsql: Fix assorted memory leaks.

2015-07-12 Thread Tom Lane
Fix assorted memory leaks. Per Coverity (not that any of these are so non-obvious that they should not have been caught before commit). The extent of leakage is probably minor to unnoticeable, but a leak is a leak. Back-patch as necessary. Michael Paquier Branch -- REL9_4_STABLE Details -

[COMMITTERS] pgsql: Fix assorted memory leaks.

2015-07-12 Thread Tom Lane
Fix assorted memory leaks. Per Coverity (not that any of these are so non-obvious that they should not have been caught before commit). The extent of leakage is probably minor to unnoticeable, but a leak is a leak. Back-patch as necessary. Michael Paquier Branch -- REL9_3_STABLE Details -

[COMMITTERS] pgsql: Fix assorted memory leaks in pg_hba.conf parsing.

2009-10-03 Thread Tom Lane
Log Message: --- Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently large number of SIGHUP cycles, these would have run the postmaster out of memory. Noted while testing memory-leak scenario in postgresql.conf configuration-change-printing patch. Tags: REL8_4_STAB

[COMMITTERS] pgsql: Fix assorted memory leaks in pg_hba.conf parsing.

2009-10-03 Thread Tom Lane
Log Message: --- Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently large number of SIGHUP cycles, these would have run the postmaster out of memory. Noted while testing memory-leak scenario in postgresql.conf configuration-change-printing patch. Modified Files: --