pgsql: Remove redundant translation markers

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant translation markers
Date: 2018-12-29 11:57:46
Message-ID: E1gdDFS-0007Q7-5m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant translation markers

psql_error() already handles that itself.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e3299d36a938c7af386b240f318c7b9e55bdc92d

Modified Files
--------------
src/bin/psql/command.c | 2 +-
src/bin/psql/common.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-12-29 12:11:46 pgsql: pg_rewind: Add missing newline to error message
Previous Message Michael Paquier 2018-12-28 23:25:17 pgsql: Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h