Move the responsibility of writing a "unlogged WAL operation" record from

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 9de778b24b7d4040a385486348904db1bf69f677
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2010-02-03T10:01:30Z
Releases: 9.0.0
Move the responsibility of writing a "unlogged WAL operation" record from
heap_sync() to the callers, because heap_sync() is sometimes called even
if the operation itself is WAL-logged. This eliminates the bogus unlogged
records from CLUSTER that Simon Riggs reported, patch by Fujii Masao.

Files