Re: [PATCHES] constant too large in port/gettimeofday

2006-03-03 Thread Bruce Momjian
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:

Re: [PATCHES] constant too large in port/gettimeofday

2006-03-03 Thread Kris Jurka
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? src/port/.deps ? src/port/pg_config_paths.h Index: src/port/gettimeofday.c

Re: [PATCHES] constant too large in port/gettimeofday

2006-03-03 Thread Bruce Momjian
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,

Re: [PATCHES] constant too large in port/gettimeofday

2006-02-24 Thread Bruce Momjian
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. ---

[PATCHES] constant too large in port/gettimeofday

2006-02-15 Thread Kris Jurka
This patch fixes this warning. gettimeofday.c:35: warning: integer constant is too large for long type Kris Jurka Index: src/port/gettimeofday.c === RCS file: /projects/cvsroot/pgsql/src/port/gettimeofday.c,v retrieving