Log Message:
-----------
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.
Tags:
----
REL8_0_STABLE
Modified Files:
--------------
pgsql/src/backend/postmaster:
bgwriter.c (r1.13.4.1 -> r1.13.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/bgwriter.c.diff?r1=1.13.4.1&r2=1.13.4.2)