From 9b89c13ab56063b2840fae499af5736610f4bf1f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 30 May 2007 20:26:06 +0000 Subject: [PATCH] Update: < * 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. > --- doc/TODO | 10 +++++++--- doc/src/FAQ/TODO.html | 9 ++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/TODO b/doc/TODO index 09e922d4a3..a52d6c2b2e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 4d1f520f39..7d06c5967b 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -1339,8 +1339,11 @@ first. There is also a developer's wiki at

  • Support scoped IPv6 addresses

    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