psql: Remove inappropriate const qualifiers
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/mbprint.c | modified | +1 −1 |
| src/bin/psql/print.c | modified | +2 −2 |
| src/bin/psql/print.h | modified | +2 −2 |