• T
    Phase 2 of read-only-plans project: restructure expression-tree nodes · a0bf885f
    Tom Lane 提交于
    so that all executable expression nodes inherit from a common supertype
    Expr.  This is somewhat of an exercise in code purity rather than any
    real functional advance, but getting rid of the extra Oper or Func node
    formerly used in each operator or function call should provide at least
    a little space and speed improvement.
    initdb forced by changes in stored-rules representation.
    a0bf885f
equalfuncs.c 39.0 KB