pgsql/src/backend/parser (parse_coerce.c)

Поиск
Список
Период
Сортировка
Искать

pgsql/src/backend/parser (parse_coerce.c)

От:
tgl@postgresql.org
Дата:
  Date: Saturday, December 16, 2000 @ 23:32:29
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
     from hub.org:/home/projects/pgsql/tmp/cvs-serv75309

Modified Files:
	parse_coerce.c 

-----------------------------  Log Message  -----------------------------

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.
FAQ