pgsql: Update: < * Consider allowing 64-bit integers to be passed by - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Update: < * Consider allowing 64-bit integers to be passed by
Date
Msg-id 20070530202607.119EC9FC732@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.
>

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2194 -> r1.2195)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2194&r2=1.2195)
    pgsql/doc/src/FAQ:
        TODO.html (r1.695 -> r1.696)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.695&r2=1.696)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make large sequential scans and VACUUMs work in a limited-size
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix overly-strict sanity check in BeginInternalSubTransaction