]> granicus.if.org Git - postgresql/commit
Fix binary_oper_exact() so that the heuristic 'an unknown literal on
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Oct 2003 20:09:47 +0000 (20:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Oct 2003 20:09:47 +0000 (20:09 +0000)
commitb05ff39d7c9147563705235b342a11a0324be7af
treed2be940002738b1c37ae823ceea56c837225b51e
parentf98cbb76a03fd90e9f25f6fb7490da33d68bc967
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.
src/backend/parser/parse_oper.c