pgsql/src backend/utils/adt/int8.c include/cat ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src backend/utils/adt/int8.c include/cat ...
Дата
Msg-id 200110251410.f9PEA7L89346@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/25 10:10:07

Modified files:
    src/backend/utils/adt: int8.c
    src/include/catalog: catversion.h pg_proc.h
    src/include/utils: int8.h

Log message:
    Add int2-to-int8 and int8-to-int2 conversion routines.  Needed to avoid
    breaking existing pg_dump scripts, which try to assign the result of
    count(*) to an int2 variable.  catversion bumped.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/nodes outfuncs.c
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc FAQ_MSWIN