pgsql: Make CREATE CONVERSION verify that a putative encoding conversion - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make CREATE CONVERSION verify that a putative encoding conversion
Date
Msg-id 20081114174056.CDAB57545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve comment about when to clean generated files.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: ecpg's preproc.y is now generated as needed, so remove from CVS.