]> granicus.if.org Git - postgresql/commit
pg_test_timing: Some NLS fixes
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 26 Aug 2017 13:21:46 +0000 (09:21 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 26 Aug 2017 13:25:19 +0000 (09:25 -0400)
commit2073c641b43e1310784dc40aef32f71119313bdc
treebccf5bdc54bf71091cd856eff6dee43c156d1483
parenta772624b1d6b47ac00384901e1753f1d34b0cd10
pg_test_timing: Some NLS fixes

The string "% of total" was marked by xgettext to be a c-format, but it
is actually not, so mark up the source to prevent that.

Compute the column widths of the final display dynamically based on the
translated strings, so that translations don't mess up the display
accidentally.
src/bin/pg_test_timing/pg_test_timing.c