Обсуждение: pgsql: Fix money type's send/receive functions to conform to recent

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

pgsql: Fix money type's send/receive functions to conform to recent

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix money type's send/receive functions to conform to recent widening
of the datatype to int64.  Per Andrew Chernow.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        cash.c (r1.71 -> r1.72)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/cash.c?r1=1.71&r2=1.72)