]> granicus.if.org Git - postgresql/commit
> gettimeofday.c:35: warning: integer constant is too large for "long"
authorBruce Momjian <bruce@momjian.us>
Sat, 4 Mar 2006 04:44:07 +0000 (04:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 4 Mar 2006 04:44:07 +0000 (04:44 +0000)
commit3bce31f613d0b7e1f9542b19124335c6d3464121
tree8736cfcd6cd24abcaddd55b48e8bc3a693e19e96
parentf1d7f80c1aae60ccfe0c3fbdc8ef74404da4d479
> 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
src/include/commands/sequence.h
src/port/gettimeofday.c