pgsql: Add missing source files to nls.mk

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing source files to nls.mk
Date: 2014-07-15 14:11:39
Message-ID: E1X73SF-0004U4-Kl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing source files to nls.mk

These are files under common/ that have been moved around. Updating
these manually is not satisfactory, but it's the only solution at the
moment.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/77b41010dbb159b77b35aef02b517ce1a130f3b6

Modified Files
--------------
src/bin/initdb/nls.mk | 2 +-
src/bin/pg_dump/nls.mk | 3 ++-
src/bin/psql/nls.mk | 3 ++-
src/bin/scripts/nls.mk | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-07-15 14:56:50 Re: pgsql: psql: Show tablespace size in \db+
Previous Message Simon Riggs 2014-07-15 13:46:14 pgsql: Reset master xmin when hot_standby_feedback disabled.