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)
commitf71bfcb674608fe8db40bcb9297e286efcfe698a
tree2baeab2f633f3dc37527c67d01cef8c533b0961a
parent06c05da02d81fb9ddc7cfa5f92ecffa91ff7c722
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