Alter the signature for encoding conversion functions to declare the

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

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