Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    a23faeee
    Remove bogus code in oper_exact --- if it didn't find an exact · a23faeee
    Tom Lane authored
    match then it tried for a self-commutative operator with the reversed input
    data types.  This is pretty silly; there could never be such an operator,
    except maybe in binary-compatible-type scenarios, and we have oper_inexact
    for that.  Besides which, the oprsanity regress test would complain about
    such an operator.  Remove nonfunctional code and simplify routine calling
    convention accordingly.
    a23faeee
    History
    Remove bogus code in oper_exact --- if it didn't find an exact
    Tom Lane authored
    match then it tried for a self-commutative operator with the reversed input
    data types.  This is pretty silly; there could never be such an operator,
    except maybe in binary-compatible-type scenarios, and we have oper_inexact
    for that.  Besides which, the oprsanity regress test would complain about
    such an operator.  Remove nonfunctional code and simplify routine calling
    convention accordingly.