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. >

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. 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: w

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. --- Kr