Re: Inconsistent error message wording for REINDEX CONCURRENTLY

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-05-09T18:08:39Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> On Wed, May 08, 2019 at 11:28:35PM -0400, Tom Lane wrote:
>> Pushed my stuff, have at it.

> Thanks.  Attached is what I get to after scanning the error messages
> in indexcmds.c and index.c.  Perhaps you have more comments about it?

LGTM, thanks.

			regards, tom lane



Commits

  1. Rework some error strings for REINDEX CONCURRENTLY with system catalogs

  2. Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLY

  3. Clean up the behavior and API of catalog.c's is-catalog-relation tests.