Alter the signature for encoding conversion functions to declare the

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

Commit: cff25fa049f42c9091e7ba0a4e8f080d2519a1f8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-03T19:18:31Z
Releases: 7.4.8
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