pg_test_timing: Some NLS fixes

Peter Eisentraut <peter_e@gmx.net>

Commit: 145ca364d310932871b06ee4d226c014058aef2c
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-08-26T15:31:07Z
Releases: 10.0
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.

Files

PathChange+/−
src/bin/pg_test_timing/pg_test_timing.c modified +14 −3