pgsql-server/src backend/utils/adt/nabstime.c ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/src backend/utils/adt/nabstime.c ...
Дата
Msg-id 20020901005807.CDECD475FC7@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/08/31 20:58:07

Modified files:
    src/backend/utils/adt: nabstime.c
    src/include/catalog: pg_cast.h pg_proc.h
    src/include/utils: nabstime.h

Log message:
    Mark the float8 -> int8 cast as implicit.  This resolves the problem
    pointed out by Barry Lind: UPDATE bigintcol = 10000000000 fails because
    the constant is initially taken as float8.  We really need a better way,
    but it's not gonna happen for 7.3.

    Also, remove int4reltime() function, which is redundant with the
    existing binary-compatibility coercion path from int4 to reltime,
    and probably has been unreachable code for a long while.


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src backend/executor/execQual.c b ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/doc TODO