| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart) |
| Cc: | t-ishii(at)sra(dot)co(dot)jp, dg(at)illustra(dot)com, hackers(at)postgresql(dot)org |
| Subject: | Re: [HACKERS] now 6.4 |
| Date: | 1998-06-12 11:31:28 |
| Message-ID: | 199806121131.HAA07727@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
>
> > Even if catalogs would not be changed, initdb is required
> > since we have added a new function octet_length().
> >
> > Please correct me if I'm wrong.
>
> And functions for implicit conversion between the old 1-byte "char" type
> and the new 1-byte "char[1]" type, same for "name" to/from "text".
>
> I have int8 (64-bit integers) ready to put into the backend. Once enough
> platforms figure out how to get 64-bit integers defined, then we can
> consider using them for numeric() and decimal() types also. Alphas and
> ix86/Linux should already work.
>
> I had assumed that PowerPC had 64-bit ints (along with 64-bit
> addressing) but now suspect I was wrong. If anyone volunteers info on
> how to get 64-bit ints on their platform I'll including that in the
> first version. For gcc on ix86, "long long int" does the trick, and for
> Alphas "long int" should be enough.
I thought all the GNU sites would work.
--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stupor Genius | 1998-06-12 11:50:34 | RE: [HACKERS] inlining |
| Previous Message | Jose' Soares Da Silva | 1998-06-12 10:53:12 | COALESCE() or NVL() |