Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Oct 2009 20:04:39 +0000 (20:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Oct 2009 20:04:39 +0000 (20:04 +0000)
commit9972f3abd79bcd976a2a31e033e471d2f08d8784
treec60b789de39e76853ae6f63661d26ded6d4340d8
parent6d3a1e3b941d8581ab5dcc1dbfcb423a5329020c
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.
src/backend/libpq/hba.c