pgsql: In a machine where INT64_IS_BUSTED, we can only support 32-bit

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: In a machine where INT64_IS_BUSTED, we can only support 32-bit
Дата
Msg-id 20050924153407.6EEBED82FF@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
In a machine where INT64_IS_BUSTED, we can only support 32-bit values
for int8 and related types.  However we might be talking to a client
that has working int64; so pq_getmsgint64 really needs to check the
incoming value and throw an overflow error if we can't represent it
accurately.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        pqformat.c (r1.37 -> r1.38)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pqformat.c.diff?r1=1.37&r2=1.38)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add comments explaining clauses used by CREATE ROLE but not
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Suppress signed-vs-unsigned-char warnings.