pgsql: Do not msgmerge against /dev/null; merge against the pot file

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Do not msgmerge against /dev/null; merge against the pot file
Date: 2009-01-20 09:58:50
Message-ID: 20090120095850.7103D754878@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Do not msgmerge against /dev/null; merge against the pot file itself
instead.

Modified Files:
--------------
pgsql/src:
nls-global.mk (r1.19 -> r1.20)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/nls-global.mk?r1=1.19&r2=1.20)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2009-01-20 12:17:24 pgsql: Fix erroneous memory context switch in autovacuum, which was
Previous Message Peter Eisentraut 2009-01-20 09:10:21 pgsql: Revise the permission checking on user mapping DDL commands.