]> granicus.if.org Git - postgresql/commit
psql: Remove inappropriate const qualifiers
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 16 Mar 2012 18:03:38 +0000 (20:03 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 16 Mar 2012 18:35:00 +0000 (20:35 +0200)
commit598bb8cdbd9c2554bd8acfc51c9fed473a7d37bc
tree9a857066aeee564532f577acfa39f0c9bd0b019a
parent359dea2859c63e73c8f3f4d769e5cf1eda2a428d
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.
src/bin/psql/mbprint.c
src/bin/psql/print.c
src/bin/psql/print.h