• X
    Remove incorrect assertion on memory limit of resource queue · e5496129
    xiong-gang 提交于
    Current implementation of resource queue can not guaranty the strong
    consistency of configuration of resource limit between catalog and
    shared memory, so AssertMemoryLimitsMatch() is incorrect and
    unreasonable. We may need to guaranty the consistency some day, but for
    now just remove the obvious wrong assertion.
    e5496129
resscheduler.h 5.1 KB