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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/598bb8cdbd9c2554bd8acfc51c9fed473a7d37bc
Modified Files
--------------
src/bin/psql/mbprint.c | 2 +-
src/bin/psql/print.c | 4 ++--
src/bin/psql/print.h | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2012-03-16 22:54:26 |
| Subject: pgsql: In pg_upgrade,create a script to incrementally generate more ac |
| Previous: | From: Tom Lane | Date: 2012-03-16 18:08:05 |
| Subject: pgsql: Improve commentary in match_pathkeys_to_index(). |