Thread: pgsql-server/src/backend/parser parse_oper.c

pgsql-server/src/backend/parser parse_oper.c

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/10/06 17:09:47

Modified files:
    src/backend/parser: parse_oper.c

Log message:
    Fix binary_oper_exact() so that the heuristic 'an unknown literal on
    one side of a binary operator is probably supposed to be the same type
    as the other operand' will be applied for domain types.  This worked
    in 7.3 but was broken in 7.4 due to code rearrangements.  Mea culpa.