Enable locale, so case conversion (identifier processing) and number
Peter Eisentraut <peter_e@gmx.net>
Enable locale, so case conversion (identifier processing) and number formatting (\timing) works correctly. Change "Total time" to "Time" since there is nothing that "total" refers to. Remove non-multibyte code.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +2 −2 |
| src/bin/psql/common.c | modified | +2 −2 |
| src/bin/psql/describe.c | modified | +1 −3 |
| src/bin/psql/mbprint.c | modified | +3 −16 |
| src/bin/psql/mbprint.h | modified | +2 −6 |
| src/bin/psql/print.c | modified | +2 −72 |
| src/bin/psql/startup.c | modified | +5 −30 |
| src/bin/psql/stringutils.c | modified | +1 −9 |