]> granicus.if.org Git - postgresql/commit
Alter the signature for encoding conversion functions to declare the
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 May 2005 19:18:16 +0000 (19:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 May 2005 19:18:16 +0000 (19:18 +0000)
commit4afab9639a524d3818f7d207fc10e0b29d5d6ede
tree646e04f47698760e6c935d469b21f278e5f13d6a
parent298e077bc4ee507b17720bca29406042c4e6bcf3
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