Re: pgsql-server: Fix TAS assembly stuff for Solaris/386.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server: Fix TAS assembly stuff for Solaris/386.
Date: 2004-09-24 16:57:42
Message-ID: 27732.1096045062@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Kris Jurka <books(at)ejurka(dot)com> writes:
> Well, it's not really truncated it just overflows long long.

Oh, okay, I finally get the point --- it's the difference between signed
and unsigned that's at issue.

I suppose that the UINT64CONST macro really ought to use x##ULL not
x##LL. Does anyone think that we need a separate configure test for
this, or can we assume any compiler that eats LL will eat ULL?

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Mha 2004-09-24 18:45:08 pginstaller - web: Add mention of NetLimiter as a product with
Previous Message Kris Jurka 2004-09-24 16:32:37 Re: pgsql-server: Fix TAS assembly stuff for Solaris/386.