]> 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)
commit90c9648212f7c3f0838fdaafe006ed40556a1364
tree47558adc2dc6b590c1a20ae0ef4658f72eeac436
parent470d886c32efafa1b068b5ca48afafc2198c68d4
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