pgsql: psql: Add missing file to nls.mk

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Add missing file to nls.mk
Date: 2016-06-07 15:00:43
Message-ID: E1bAIUl-0005AM-0N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add missing file to nls.mk

crosstabview.c was not added to nls.mk when it was added. Also remove
redundant gettext markers, since psql_error() is already registered as a
gettext keyword.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d8c2dccfdb947d96082fdf4b47ae17656074ad9c

Modified Files
--------------
src/bin/psql/crosstabview.c | 18 +++++++++---------
src/bin/psql/nls.mk | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2016-06-07 15:14:53 pgsql: Minor typos / copy-editing for snapmgr.c
Previous Message Peter Eisentraut 2016-06-07 14:41:43 pgsql: pgbench: Fix order in --help output