]> granicus.if.org Git - postgresql/commit
Tweak select_common_type() to deal with possibility of multiple preferred
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Dec 2000 04:32:29 +0000 (04:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Dec 2000 04:32:29 +0000 (04:32 +0000)
commitcfa4d4d040ba58cb94c44482782cfb869c58a68d
treef0abc77fc99eba8bb9809819127c8de88b53de76
parent0c2629efaa4222b81309a558e66c6f9214ce7333
Tweak select_common_type() to deal with possibility of multiple preferred
types in a category --- it was taking the last preferred type among the
inputs, rather than the first one as intended.
src/backend/parser/parse_coerce.c