Re: Confusing error message for REINDEX TABLE CONCURRENTLY
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Ashwin Agrawal <aagrawal@pivotal.io>
Cc: David Rowley <david.rowley@2ndquadrant.com>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2019-06-05T06:11:13Z
Lists: pgsql-hackers
On Tue, Jun 04, 2019 at 11:26:44AM -0700, Ashwin Agrawal wrote: > The variable is used in else scope hence I moved it there. But yes its > removed completely for this scope. Thanks for updating the patch. It does its job by having one separate message for the concurrent and the non-concurrent cases as discussed. David, what do you think? Perhaps you would like to commit it yourself? -- Michael
Commits
-
Fix confusing NOTICE text in REINDEX CONCURRENTLY
- e24a815c1c85 12.0 landed