Alter the signature for encoding conversion functions to declare the

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

Commit: ecbc6dd3e97059bd5dee84939d5ea673754b4d38
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-03T19:18:48Z
Releases: 7.3.10
Alter the signature for encoding conversion functions to declare the
output area as INTERNAL not CSTRING.  This is to prevent people from
calling the functions by hand.  This is a permanent solution for the
back branches but I hope it is just a stopgap for HEAD.

Files