pgsql: Make CREATE CONVERSION verify that a putative encoding conversion

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make CREATE CONVERSION verify that a putative encoding conversion
Date: 2008-11-14 17:40:56
Message-ID: 20081114174056.CDAB57545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)1218838360(at)sss(dot)pgh(dot)pa(dot)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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-14 17:43:14 pgsql: ecpg's preproc.y is now generated as needed, so remove from CVS.
Previous Message Tom Lane 2008-11-14 17:18:20 pgsql: Improve comment about when to clean generated files.