int8 type -- call for porting results!

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: int8 type -- call for porting results!
Date: 1998-08-14 15:46:53
Message-ID: 35D45BED.C718D96F@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi. A month or two ago I put an int8 data type into Postgres. Aside from
being useful on its own, it could also form the basis for other types
needing extended range, such as money, decimal, and numeric types (the
last two are SQL92 types).

Anyway, I implemented it on a gcc/x86/Linux machine, and we will need to
ensure that it works on other platforms. If you are doing any work at
all with a post-v6.3.2 source tree on another platform/OS combination,
can you please look at the results of the int8 regression test, or run
that test on your own, and let me know if it worked? If it didn't work,
then we should either put it on the list of things to do or make it work
in time for v6.4. But at the moment I don't know either way.

btw, there is a chance that the Alpha port will work since I coded for
it and I used to work on Alpha machines...

TIA

- Tom

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 1998-08-14 16:09:44 Re: Dropping partial index support - Dont!
Previous Message Bruce Momjian 1998-08-14 14:24:56 Re: [HACKERS] Re: non instead rule system