Alter the signature for encoding conversion functions to declare the

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

Commit: 893b57c871b97c9324e3eea77409e487a1e22ae8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-03T19:17:59Z
Releases: 8.1.0
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