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)
commita035900c4bd8aaa316ac253abf10eb1601a36f7b
treee862e79c966458759e26b78b3b973eb64f2bbc34
parentb93625ad886f3bc608499ef4d1630c18abe908ee
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