Skip to content
Snippets Groups Projects
Commit 5c4ca3b6 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

In CREATE CONVERSION, test that the given function is a valid conversion

function for the specified source and destination encodings. We do that by
calling the function with an empty string. If it can't perform the requested
conversion, it will throw an error.

Backport to 7.4 - 8.3. Per bug report #4680 by Denis Afonin.
parent 92fc8b41
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment