Help with release note items - Mailing list pgsql-hackers

From Bruce Momjian
Subject Help with release note items
Date
Msg-id 200711271648.lARGm1P19725@momjian.us
Whole thread Raw
Responses Re: Help with release note items  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I need help understanding the following two release note items (see XXX):
    <listitem>     <para>      Create a general mechanism that supports casts to and from the      standard string
types(<type>TEXT</type>, <type>VARCHAR</type>,      <type>CHAR</type>) for <emphasis>every</emphasis> datatype, by
invokingthe datatype's I/O functions (Tom)  XXX examples?     </para>
 
     <para>      These new casts are assignment-only in the to-string direction,      explicit-only in the other
direction,and therefore should create no      surprising behavior.  Various      datatype-specific casting functions
thatwere equivalent to this      behavior were removed.     </para>    </listitem>
 
    <listitem>     <para>      Allow limited hashing when using two different data types (Tom)     </para>
     <para>      This allows hash joins, hash indexes, hashed subplans, and hash      aggregation to be used in
situationsinvolving cross-data-type      comparisons, if the data types have compatible hash functions.      Currently,
cross-data-typehashing support exists for      <type>smallint</type>/<type>integer</type>/<type>bigint</type>,      and
for<type>float4</type>/<type>float8</type>.  XXX how do you do      hash aggregate with two different data types
</para>   </listitem>
 


--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://postgres.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From:
Date:
Subject: Re: Replacement Selection
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Empty arrays with ARRAY[]