]> granicus.if.org Git - postgresql/commit
Remove Assert(BgWriterShmem != NULL), which is rather pointless since
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Sep 2007 16:33:04 +0000 (16:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Sep 2007 16:33:04 +0000 (16:33 +0000)
commit039dc49d55c0dcd87e08796a6d9f9a45cea0d268
treecd02da44f82984e60145f13373e11b0da76a0677
parent22d98e7934308619abce4a5b85514e69427aaf99
Remove Assert(BgWriterShmem != NULL), which is rather pointless since
we'd dump core anyway immediately afterward if it were null; and it
seems to confuse some versions of icc into generating bad code.
Per report from Sergey Koposov.  Patched in HEAD only, for the moment,
since this is only likely to affect developers.
src/backend/postmaster/bgwriter.c