pgsql: Improve some error messages with invalid indexes for REINDEX CON

2023-12-06 Thread Michael Paquier
Improve some error messages with invalid indexes for REINDEX CONCURRENTLY An invalid index is skipped when doing REINDEX CONCURRENTLY at table level, with INDEX_CORRUPTED used as errcode. This is confusing, because an invalid index could exist after an interruption. The errcode is switched to OB

pgsql: Improve some error messages.

2022-09-20 Thread Amit Kapila
Improve some error messages. It is not our usual style to use "we" in the error messages. Author: Kyotaro Horiguchi Reviewed-By: Amit Kapila Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org