Alter the signature for encoding conversion functions to declare the
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_conversion.sgml | modified | +3 −3 |
| src/backend/commands/conversioncmds.c | modified | +2 −2 |
| src/backend/utils/mb/conversion_procs/Makefile | modified | +2 −2 |