From: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | hackers(at)postgreSQL(dot)org |
Subject: | Re: [HACKERS] TODO list |
Date: | 2000-01-17 08:02:02 |
Message-ID: | 3882CC7A.25F9C11F@alumni.caltech.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> * Allow array on int8[]
> Done. (Credit to Thomas, thought, he just forgot to apply the patch.)
Thanks. btw, didn't forget, but wanted confirmation that it worked
(which I got a day or two later).
> * Make Absolutetime/Relativetime int4 because time_t can be int8 on some
> ports
> Does this mean the abstime/reltime types or all of them? I thought the
> former were deprecated anyway.
abstime should probably be considered deprecated as a user type, but
it is still used extensively internally and within the tuple
structure. I'd be reluctant to wholesale replace it with
timestamp/datetime, since that will take 8 bytes per value rather than
4.
- Thomas
--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-01-17 08:08:59 | Re: [HACKERS] TODO list |
Previous Message | Tom Lane | 2000-01-17 07:12:48 | Re: [HACKERS] RE: Getting rid of setheapoverride (was Re: [COMMITTERS] heap.c) |