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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix money type's send/receive functions to conform to recent
Дата
Msg-id 20070821031436.3317B754259@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix cash_mul_int4 and cash_div_int4 for overenthusiastic