psql: Remove inappropriate const qualifiers
Since mbvalidate() can alter the string it validates, having the callers claim that the strings they accept are const is inappropriate.
Showing
Please register or sign in to comment
Since mbvalidate() can alter the string it validates, having the callers claim that the strings they accept are const is inappropriate.