Thread: pgsql: Make CREATE CONVERSION verify that a putative encoding conversion

pgsql: Make CREATE CONVERSION verify that a putative encoding conversion

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Make CREATE CONVERSION verify that a putative encoding conversion function
returns VOID.  This is the last of the easy fixes I recommended in
11870.1218838360@sss.pgh.pa.us --- the others got done awhile ago but
I forgot about this one.

Modified Files:
--------------
    pgsql/src/backend/commands:
        conversioncmds.c (r1.35 -> r1.36)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/conversioncmds.c?r1=1.35&r2=1.36)