]> 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 15:31:07 +0000 (11:31 -0400)
commit145ca364d310932871b06ee4d226c014058aef2c
tree42514e8ab08ef1440ea4f29c022a1622141e7fc3
parent3460728c67852d80569a0382e187480f08771778
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