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.
Showing
- doc/src/sgml/ref/create_conversion.sgml 8 additions, 6 deletionsdoc/src/sgml/ref/create_conversion.sgml
- src/backend/commands/conversioncmds.c 2 additions, 2 deletionssrc/backend/commands/conversioncmds.c
- src/backend/utils/mb/conversion_procs/Makefile 2 additions, 2 deletionssrc/backend/utils/mb/conversion_procs/Makefile
Please register or sign in to comment