Thread: pgsql: In CREATE CONVERSION, test that the given function is a valid

pgsql: In CREATE CONVERSION, test that the given function is a valid

From
heikki@postgresql.org (Heikki Linnakangas)
Date:
Log Message:
-----------
In CREATE CONVERSION, test that the given function is a valid conversion
function for the specified source and destination encodings. We do that by
calling the function with an empty string. If it can't perform the requested
conversion, it will throw an error.

Backport to 7.4 - 8.3. Per bug report #4680 by Denis Afonin.

Modified Files:
--------------
    pgsql/src/backend/commands:
        conversioncmds.c (r1.37 -> r1.38)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/conversioncmds.c?r1=1.37&r2=1.38)