Minor code rationalization: FlushRelationBuffers just returns void,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e674707968059459960304981fc0a1d7a6049e24
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-05-31T19:24:05Z
Releases: 8.0.0
Minor code rationalization: FlushRelationBuffers just returns void,
rather than an error code, and does elog(ERROR) not elog(WARNING)
when it detects a problem.  All callers were simply elog(ERROR)'ing on
failure return anyway, and I find it hard to envision a caller that would
not, so we may as well simplify the callers and produce the more useful
error message directly.

Files