pgsql: This patch fixes this warning.

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

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

Kris Jurka

Modified Files:
--------------
    pgsql/src/port:
        gettimeofday.c (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/gettimeofday.c.diff?r1=1.7&r2=1.8)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Avoid trying to open /dev/tty on Win32.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: This patch fixes this warning.