pgsql: NLS: Fix backend gettext triggers

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: NLS: Fix backend gettext triggers
Date: 2019-09-23 07:11:54
Message-ID: E1iCIVm-0007BR-SD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

NLS: Fix backend gettext triggers

The backend also needs to pull in translations from the frontend
pg_log_*() functions, since some files in src/common/ use those.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/84eb871647b3cc88c89d26d25f0cd84a8ac200fe

Modified Files
--------------
src/nls-global.mk | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-09-23 11:40:11 pgsql: Message style fixes
Previous Message Tom Lane 2019-09-22 21:46:18 pgsql: Fix failure to zero-pad the result of bitshiftright().