On 5/6/13 11:05 AM, Tom Lane wrote:
> Peter Eisentraut <[email protected]> writes:
>> On 5/6/13 9:33 AM, Tom Lane wrote:
>>> It looks like several of the buildfarm members have problems with this
>>> commit.  I'm seeing failures like
> 
>> The failures are all the same NetBSD installation.  It's probably
>> running a very old gettext installation.  It might be useful to know
>> which version that is.
> 
> Some of the Windows machines are showing the same failure, though for
> them it seems to show up as an "install" not "make" failure.

OK, that supports that theory: the recommended downloads for Windows
lead you to gettext version 0.14.4 dated April 2005.

If you are going to roll the beta in the next few hours, please apply
the attached patch.  I will figure out a more permanent fix in the
coming days.

diff --git a/src/backend/po/de.po b/src/backend/po/de.po
index 574f816..3666920 100644
--- a/src/backend/po/de.po
+++ b/src/backend/po/de.po
@@ -19991,18 +19991,3 @@ msgstr "kann keinen Snapshot aus einer anderen 
Datenbank importieren"
 
 #~ msgid "argument number is out of range"
 #~ msgstr "Argumentnummer ist außerhalb des zulässigen Bereichs"
-
-#, fuzzy
-#~| msgid "received promote request"
-#~ msgid "received fast promote request"
-#~ msgstr "Anforderung zum Befördern empfangen"
-
-#, fuzzy
-#~| msgid "database with OID %u must be vacuumed within %u transactions"
-#~ msgid "database with OID %u must be vacuumed before %u more MultiXactId are 
used"
-#~ msgstr "Datenbank mit OID %u muss innerhalb von %u Transaktionen gevacuumt 
werden"
-
-#, fuzzy
-#~| msgid "database \"%s\" must be vacuumed within %u transactions"
-#~ msgid "database \"%s\" must be vacuumed before %u more MultiXactId are used"
-#~ msgstr "Datenbank „%s“ muss innerhalb von %u Transaktionen gevacuumt werden"
diff --git a/src/bin/pg_basebackup/po/cs.po b/src/bin/pg_basebackup/po/cs.po
index ea2a314..81554c8 100644
--- a/src/bin/pg_basebackup/po/cs.po
+++ b/src/bin/pg_basebackup/po/cs.po
@@ -828,10 +828,6 @@ msgstr "%s: integer_datetimes přepínač kompilace 
neodpovídá serveru\n"
 #~ msgstr ""
 #~ "%s: timeline mezi base backupem a streamovacím spojením neodpovídá\n"
 
-#~| msgid "%s: keepalive message is incorrect size: %d\n"
-#~ msgid "%s: keepalive message has incorrect size %d\n"
-#~ msgstr "%s: keepalive zpráva má neplatnou velikost: %d\n"
-
 #~ msgid "  --help                   show this help, then exit\n"
 #~ msgstr "  --help                   zobraz tuto nápovědu, poté skonči\n"
 
-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to