constant too large in port/gettimeofday
This patch fixes this warning.
gettimeofday.c:35: warning: integer constant is too large for "long" type
Kris Jurka
Attachments:
gettimeofday-constant.patchtext/plain; charset=US-ASCII; name=gettimeofday-constant.patchDownload+2-2
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.
---------------------------------------------------------------------------
Kris Jurka wrote:
This patch fixes this warning.
gettimeofday.c:35: warning: integer constant is too large for "long" type
Kris Jurka
Content-Description:
[ Attachment, skipping... ]
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
--
Bruce Momjian http://candle.pha.pa.us
SRA OSS, Inc. http://www.sraoss.com
+ If your life is a hard drive, Christ can be your backup. +
Patch applied. Thanks.
I am a little worried that some of our platforms do not support LL
designations, so I applied it only to CVS HEAD.
---------------------------------------------------------------------------
Kris Jurka wrote:
This patch fixes this warning.
gettimeofday.c:35: warning: integer constant is too large for "long" type
Kris Jurka
Content-Description:
[ Attachment, skipping... ]
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
--
Bruce Momjian http://candle.pha.pa.us
SRA OSS, Inc. http://www.sraoss.com
+ If your life is a hard drive, Christ can be your backup. +
On Fri, 3 Mar 2006, Bruce Momjian wrote:
I am a little worried that some of our platforms do not support LL
designations, so I applied it only to CVS HEAD.
Yes, this one is probably better.
Kris Jurka
Attachments:
LLusage.patchtext/plain; charset=US-ASCII; name=LLusage.patchDownload+8-8
Patch applied. Thanks.
---------------------------------------------------------------------------
Kris Jurka wrote:
On Fri, 3 Mar 2006, Bruce Momjian wrote:
I am a little worried that some of our platforms do not support LL
designations, so I applied it only to CVS HEAD.Yes, this one is probably better.
Kris Jurka
Content-Description:
[ Attachment, skipping... ]
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
--
Bruce Momjian http://candle.pha.pa.us
SRA OSS, Inc. http://www.sraoss.com
+ If your life is a hard drive, Christ can be your backup. +