Re: [HACKERS] We no longer have a fallback for machines without working int64

2010-01-05 Thread Tom Lane
David Fetter writes: > On Tue, Jan 05, 2010 at 10:47:33AM -0500, Tom Lane wrote: >> As pointed out here >> http://archives.postgresql.org/pgsql-general/2010-01/msg00145.php >> the current zic code doesn't cope gracefully with lack of working >> int64. Considering the trouble we've gone to through

Re: [HACKERS] We no longer have a fallback for machines without working int64

2010-01-05 Thread David Fetter
On Tue, Jan 05, 2010 at 10:47:33AM -0500, Tom Lane wrote: > As pointed out here > http://archives.postgresql.org/pgsql-general/2010-01/msg00145.php > the current zic code doesn't cope gracefully with lack of working > int64. Considering the trouble we've gone to throughout the rest of > the system

Re: [HACKERS] We no longer have a fallback for machines without working int64

2010-01-05 Thread Alvaro Herrera
Tom Lane wrote: > As pointed out here > http://archives.postgresql.org/pgsql-general/2010-01/msg00145.php > the current zic code doesn't cope gracefully with lack of working > int64. Considering the trouble we've gone to throughout the rest > of the system to support such compilers, it's a bit ann

[HACKERS] We no longer have a fallback for machines without working int64

2010-01-05 Thread Tom Lane
As pointed out here http://archives.postgresql.org/pgsql-general/2010-01/msg00145.php the current zic code doesn't cope gracefully with lack of working int64. Considering the trouble we've gone to throughout the rest of the system to support such compilers, it's a bit annoying to have this little