pgsql: In CREATE CONVERSION, test that the given function is a valid - Mailing list pgsql-committers

From [email protected] (Heikki Linnakangas)
Subject pgsql: In CREATE CONVERSION, test that the given function is a valid
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        conversioncmds.c (r1.23 -> r1.23.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/conversioncmds.c?r1=1.23&r2=1.23.2.1)

pgsql-committers by date:

Previous
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: In CREATE CONVERSION, test that the given function is a valid
Next
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: In CREATE CONVERSION, test that the given function is a valid