Обсуждение: pgsql/src/backend/parser (parse_oper.c)

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

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

От
thomas@postgresql.org
Дата:
  Date: Tuesday, November  7, 2000 @ 11:01:02
Author: thomas

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
     from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/backend/parser

Modified Files:
    parse_oper.c

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

Enable fallback to string type when argument(s) are of UNKNOWN type.
 Same code exactly as for function resolution.
 An obvious example is for
  select '1' = '01';
 which used to throw an error and which now resolves to two text strings.