psql: Remove inappropriate const qualifiers

Peter Eisentraut <peter_e@gmx.net>

Commit: 598bb8cdbd9c2554bd8acfc51c9fed473a7d37bc
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-03-16T18:35:00Z
Releases: 9.2.0
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.

Files

PathChange+/−
src/bin/psql/mbprint.c modified +1 −1
src/bin/psql/print.c modified +2 −2
src/bin/psql/print.h modified +2 −2