]> granicus.if.org Git - postgresql/commit
Ensure that any memory leaked during an error inside the bgwriter is
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Sep 2005 22:20:16 +0000 (22:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Sep 2005 22:20:16 +0000 (22:20 +0000)
commitf59b05c95d60dd0e89a80d6ba601461f488ba669
tree18fbd65383f6be016111ebd7337581470d11d0bd
parent9813fc1bae21e4027a72d88fcb0528922150d457
Ensure that any memory leaked during an error inside the bgwriter is
recovered.  I did not see any actual leak while testing this in CVS tip,
but 8.0 definitely has a problem with leaking the space temporarily
palloc'd by BufferSync().  In any case this seems a good idea to forestall
similar problems in future.  Per report from Arjen van der Meijden.
src/backend/postmaster/bgwriter.c