pgsql: Improve wording of error message added in commit 714805010.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve wording of error message added in commit 714805010.
Date: 2017-09-26 19:26:14
Message-ID: E1dwvUk-0008BM-QA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve wording of error message added in commit 714805010.

Per suggestions from Peter Eisentraut and David Johnston.
Back-patch, like the previous commit.

Discussion: https://postgr.es/m/E1dv9jI-0006oT-Fn@gemulon.postgresql.org

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6c77b47b2e8edbe6446a42adc6099d1543e69214

Modified Files
--------------
src/backend/commands/analyze.c | 2 +-
src/test/regress/expected/vacuum.out | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-09-26 20:05:32 pgsql: Turn on log_replication_commands in PostgresNode
Previous Message Tom Lane 2017-09-26 19:09:55 Re: pgsql: Give a better error for duplicate entries in VACUUM/ANALYZE colu