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
-
Rework some error strings for REINDEX CONCURRENTLY with system catalogs
- 20e1cc898da6 12.0 landed
-
Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLY
- 508300e2e141 12.0 landed
-
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
- 2d7d946cd323 12.0 landed