]> granicus.if.org Git - postgresql/commit
Re-add translation markers that were lost
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Sep 2016 16:00:00 +0000 (12:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Sep 2016 16:00:00 +0000 (12:00 -0400)
commit00e1933ef30c212b35d3360aff0e77211352dbd7
tree97a6d55786ad531d1f2dfb1c3513091b4b5b5863
parent92668cd4d3df5a7a48408fc722e876a3e1c167d9
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.
src/port/win32security.c