pgsql: Rework some error strings for REINDEX CONCURRENTLY with system c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rework some error strings for REINDEX CONCURRENTLY with system c
Date: 2019-06-20 04:31:21
Message-ID: E1hdojJ-00019b-Nx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rework some error strings for REINDEX CONCURRENTLY with system catalogs

This makes the whole user experience more consistent when bumping into
failures, and more in line with the rewording done via 508300e.

Author: Michael Paquier
Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/20190514153252.GA22168@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/20e1cc898da6f82b5680973c107e8a96d46caf01

Modified Files
--------------
src/backend/commands/indexcmds.c | 10 ++++------
src/test/regress/expected/create_index.out | 12 ++++++------
2 files changed, 10 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2019-06-20 12:52:11 Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.)
Previous Message Michael Paquier 2019-06-20 04:06:55 pgsql: Fix description of pg_class.relam for table access methods