Thread: 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
Attachment
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? > > http://archives.postgresql.org -- 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? > > http://archives.postgresql.org -- 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
Attachment
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? > > http://archives.postgresql.org -- 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. +