Re: pgsql: This patch fixes this warning.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: This patch fixes this warning.
Дата
Msg-id 9456.1141432057@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: This patch fixes this warning.  (momjian@postgresql.org (Bruce Momjian))
Список pgsql-committers
momjian@postgresql.org (Bruce Momjian) writes:
> Log Message:
> -----------
> This patch fixes this warning.

> gettimeofday.c:35: warning: integer constant is too large for "long"
> type

Wouldn't it be better to use the UINT64CONST macro?  I realize this
file is Windows-only, but we do worry about more than one compiler
on that platform.

            regards, tom lane

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: This patch fixes this warning.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: That was a typo in my comment before the code (the nutshell