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

Bruce Momjian <bruce@momjian.us>

Commit: 3bce31f613d0b7e1f9542b19124335c6d3464121
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-03-04T04:44:07Z
Releases: 8.2.0
> 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

Files

PathChange+/−
src/include/commands/sequence.h modified +2 −6
src/port/gettimeofday.c modified +2 −2