[COMMITTERS] pgsql: pg_test_timing: Some NLS fixes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: pg_test_timing: Some NLS fixes
Дата
Msg-id E1dld5r-00049V-IJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/145ca364d310932871b06ee4d226c014058aef2c

Modified Files
--------------
src/bin/pg_test_timing/pg_test_timing.c | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: pg_test_timing: Some NLS fixes
Следующее
От: Michael Meskes
Дата:
Сообщение: [COMMITTERS] pgsql: Changed order of statements and added an additiona MSVCsafeguar