1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
< * Consider allowing 64-bit integers to be passed by value on 64-bit
<   platforms
> * Consider allowing 64-bit integers and floats to be passed by value on
>   64-bit platforms
>
>   Also change 32-bit floats (float4) to be passed by value at the same
>   time.
>
This commit is contained in:
Bruce Momjian
2007-05-30 20:26:06 +00:00
parent d526575f89
commit 9b89c13ab5
2 changed files with 13 additions and 6 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed May 30 16:02:38 EDT 2007
Last updated: Wed May 30 16:26:02 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -1509,8 +1509,12 @@ Source Code
http://archives.postgresql.org/pgsql-bugs/2007-05/msg00111.php
* Consider allowing 64-bit integers to be passed by value on 64-bit
platforms
* Consider allowing 64-bit integers and floats to be passed by value on
64-bit platforms
Also change 32-bit floats (float4) to be passed by value at the same
time.
* Win32