• K
    Remove function isMemoryIntensiveFunction · 5c9b81ef
    Kavinder Dhaliwal 提交于
    Historically this function was used to special case a few operators that
    were not considered to be MemoryIntensive. However, now it always
    returns true. This commit removes the function and also moves the case
    for T_FunctionScan in IsMemoryIntensiveOperator into the group that
    always returns true, as this is its current behavior
    5c9b81ef
memquota.c 25.6 KB