Make prep_status() message translatable

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Make prep_status() message translatable
Дата
Msg-id 20250407.155546.2129693791769531891.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответы Re: Make prep_status() message translatable
Список pgsql-hackers
Hello,

The recent commit 173c97812ff made the following change:

-    prep_status("Adding \".old\" suffix to old global/pg_control");
+    prep_status("Adding \".old\" suffix to old " XLOG_CONTROL_FILE);

This change results in a message that is untranslatable, at least into
Japanese.  In addition, the file name should be quoted.

The attached patch modifies the message to use %s for XLOG_CONTROL_FILE,  
making it properly translatable.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

Вложения

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