Fixed the remaining old function names.

Started by U ikkiover 5 years ago3 messages
#1U ikki
uehakz@gmail.com
1 attachment(s)

Hi,

Here is a small patch to fix function names.

Some pg_xlog_replay_resume() was still left in po file.
Fixed these into pg_wal_replay_resume().

Best regards,
--
Kazuki Uehara

Attachments:

fix-function-names.patchapplication/x-patch; name=fix-function-names.patchDownload
diff --git a/src/backend/po/id.po b/src/backend/po/id.po
index d5d4841..55eb8aa 100644
--- a/src/backend/po/id.po
+++ b/src/backend/po/id.po
@@ -1259,8 +1259,8 @@ msgstr "pemulihan berhenti"
 
 #: access/transam/xlog.c:4669
 #, c-format
-msgid "Execute pg_xlog_replay_resume() to continue."
-msgstr "Menjalankan pg_xlog_replay_resume() untuk melanjutan."
+msgid "Execute pg_wal_replay_resume() to continue."
+msgstr "Menjalankan pg_wal_replay_resume() untuk melanjutan."
 
 #: access/transam/xlog.c:4799
 #, c-format
diff --git a/src/backend/po/ja.po b/src/backend/po/ja.po
index 974380e..c427950 100644
--- a/src/backend/po/ja.po
+++ b/src/backend/po/ja.po
@@ -2148,7 +2148,7 @@ msgstr "リカバリは一時停止中です"
 #: access/transam/xlog.c:5922
 #, c-format
 msgid "Execute pg_wal_replay_resume() to continue."
-msgstr "再開するには pg_xlog_replay_resume() を実行してください"
+msgstr "再開するには pg_wal_replay_resume() を実行してください"
 
 #: access/transam/xlog.c:6134
 #, c-format
diff --git a/src/backend/po/pt_BR.po b/src/backend/po/pt_BR.po
index 37e4a28..d7bb4b6 100644
--- a/src/backend/po/pt_BR.po
+++ b/src/backend/po/pt_BR.po
@@ -1480,8 +1480,8 @@ msgstr "recuperação está em pausa"
 
 #: access/transam/xlog.c:5699
 #, c-format
-msgid "Execute pg_xlog_replay_resume() to continue."
-msgstr "Execute pg_xlog_replay_resume() para continuar."
+msgid "Execute pg_wal_replay_resume() to continue."
+msgstr "Execute pg_wal_replay_resume() para continuar."
 
 #: access/transam/xlog.c:5914
 #, c-format
#2Peter Eisentraut
peter.eisentraut@2ndquadrant.com
In reply to: U ikki (#1)
Re: Fixed the remaining old function names.

On 2020-06-09 17:53, U ikki wrote:

Here is a small patch to fix function names.

Some pg_xlog_replay_resume() was still left in po file.
Fixed these into pg_wal_replay_resume().

There is a separate process for updating .po files; see
babel.postgresql.org.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

#3U ikki
uehakz@gmail.com
In reply to: U ikki (#1)
Re: Fixed the remaining old function names.

Thanks for comments.

There is a separate process for updating .po files; see
babel.postgresql.org.

I'll check it.

regards,

2020年6月10日(水) 9:00 U ikki <uehakz@gmail.com>:

Show quoted text

Thanks for comments.

There is a separate process for updating .po files; see
babel.postgresql.org.

I'll check it.

regards,

2020年6月10日(水) 7:24 Peter Eisentraut <peter.eisentraut@2ndquadrant.com>:

On 2020-06-09 17:53, U ikki wrote:

Here is a small patch to fix function names.

Some pg_xlog_replay_resume() was still left in po file.
Fixed these into pg_wal_replay_resume().

There is a separate process for updating .po files; see
babel.postgresql.org.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services