Alter the signature for encoding conversion functions to declare the
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 May 2005 19:18:48 +0000 (19:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 May 2005 19:18:48 +0000 (19:18 +0000)
commitc48f776a879772c58e0bf26fa4b7c9005272032d
tree3c5c6f7ee6283b489cc5663a935741e2249cae8b
parent2fa1eb34f7a91e5b1e486f3c1aae2b2f7dc610dd
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.
doc/src/sgml/ref/create_conversion.sgml
src/backend/commands/conversioncmds.c
src/backend/utils/mb/conversion_procs/Makefile