pgsql: Re-add translation markers that were lost - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Re-add translation markers that were lost
Date
Msg-id E1bmOLC-0007ts-Qc@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Re-add translation markers that were lost  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-committers
Re-add translation markers that were lost

When win32security.c was moved from src/backend/port/win32/security.c,
the message writing function was changed from write_stderr to log_error,
but nls.mk was not updated.  We could add log_error to GETTEXT_TRIGGERS,
but it's also used in src/common/exec.c in a different way and that
would create some confusion or a larger patch.  For now, just put an
explicit translation marker onto the strings that were previously
translated.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/90c9648212f7c3f0838fdaafe006ed40556a1364

Modified Files
--------------
src/port/win32security.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Use PostmasterRandom(), not random(), for DSM control segment ID
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Re-add translation markers that were lost