Make CREATE CONVERSION verify that a putative encoding conversion function

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4f38b9a80acdc9514ab03a912e275f6d84319597
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-11-14T17:40:56Z
Releases: 8.4.0
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.

Files

PathChange+/−
src/backend/commands/conversioncmds.c modified +8 −1