• T
    Minor code rationalization: FlushRelationBuffers just returns void, · e6747079
    Tom Lane 提交于
    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.
    e6747079
vacuumlazy.c 31.9 KB