pgsql: Rework some error strings for REINDEX CONCURRENTLY with systemc - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Rework some error strings for REINDEX CONCURRENTLY with systemc
Date
Msg-id E1hdojJ-00019b-Nx@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix description of pg_class.relam for table access methods
Next
From: Thomas Munro
Date:
Subject: pgsql: Remove obsolete comments about sempahores from proc.c.