pgsql: Improve plural handling in error message

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve plural handling in error message
Date: 2017-08-23 17:57:45
Message-ID: E1dkZuU-0007YU-07@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve plural handling in error message

This does not use the normal plural handling, because no numbers appear
in the actual message.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/237a0b87b1dc90f8789aa5441a2a11e67f46c96e

Modified Files
--------------
src/backend/parser/parse_oper.c | 5 ++++-
src/test/regress/expected/alter_table.out | 2 +-
src/test/regress/expected/create_view.out | 2 +-
src/test/regress/expected/geometry.out | 2 +-
src/test/regress/expected/horology.out | 2 +-
src/test/regress/expected/text.out | 2 +-
src/test/regress/expected/timetz.out | 2 +-
src/test/regress/expected/with.out | 2 +-
8 files changed, 11 insertions(+), 8 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-23 18:23:34 pgsql: Fix outdated comment
Previous Message Peter Eisentraut 2017-08-23 16:34:46 pgsql: Tweak some SCRAM error messages and code comments