pgsql: > gettimeofday.c:35: warning: integer constant is too large for

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: > gettimeofday.c:35: warning: integer constant is too large for
Date: 2006-03-04 04:44:07
Message-ID: 20060304044407.6606B9DCC01@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
> 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.

Kris Jurka

Modified Files:
--------------
pgsql/src/include/commands:
sequence.h (r1.33 -> r1.34)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/sequence.h.diff?r1=1.33&r2=1.34)
pgsql/src/port:
gettimeofday.c (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/gettimeofday.c.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-03-04 05:02:03 pgsql: Add: > * Allow FSM page return free space based on table
Previous Message Bruce Momjian 2006-03-04 04:41:36 pgsql: > It doesn't say that only the listed commands acquire ACCESS