Thu Jun 16 10:15:32 PDT 2011
- Previous message: [Slony1-commit] Slony-I-commit Revise documentation to better describe the log trigger
- Next message: [Slony1-commit] Slony-I-commit Fix for bug219.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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(-)
- Previous message: [Slony1-commit] Slony-I-commit Revise documentation to better describe the log trigger
- Next message: [Slony1-commit] Slony-I-commit Fix for bug219.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list