Steve Singer ssinger at ca.afilias.info
Thu Jun 16 10:15:32 PDT 2011
Fix for bug 221.

A cast of: CREATE CAST ( int4 AS text ) WITH INOUT AS IMPLICIT;
was created on the users database.  This caused
'Could not choose a best candidate operator. ' errors.

Add in an explicit cast to the queries.

Report/Fix by TAKATSUKA Haruka (harukat at sraoss.co.jp)
(cherry picked from commit f46a9a4576b758be877ecc4da87aecdc156ebe8c)

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=67de0406b743115f9233cc35698a8f11fb7ea89b

Modified Files
--------------
src/backend/slony1_funcs.sql |    5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)



More information about the Slony1-commit mailing list