]> 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:31 +0000 (19:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 May 2005 19:18:31 +0000 (19:18 +0000)
commitcff25fa049f42c9091e7ba0a4e8f080d2519a1f8
tree0824048e251fd0cf3cee63c2408a7951aea74d0a
parent308f01c304dd5225b9eebc10a34a00d755f92de9
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