Implicit casts to text - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Implicit casts to text
Date
Msg-id 200704012329.33450.peter_e@gmx.net
Whole thread Raw
Responses Re: Implicit casts to text  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
The attached patch changes all implicit casts to text to assignment and 
cleans up the associated regression test damage.  This change has been 
discussed for the longest time; I propose that we bite the bullet and 
do it now.

The issue described in 
<http://archives.postgresql.org/pgsql-hackers/2007-02/msg01729.php> 
should also be fixed but can be considered separately later.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Re: Bug in UTF8-Validation Code?
Next
From: Koichi Suzuki
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update