Re: Refactor ReindexStmt and its "concurrent" boolean
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-09-03T02:14:38Z
Lists: pgsql-hackers
Attachments
- reindex-concurrent-refactor-v2.patch (text/x-diff) patch v2
On Wed, Sep 02, 2020 at 01:17:32PM +0200, Julien Rouhaud wrote: > Shouldn't options be an int? The rest of the patch looks good to me. It should, thanks for looking at it. Let's wait a couple of days and see if others have any comments. If there are no objections, I'll try to commit this one. -- Michael
Commits
-
Remove variable "concurrent" from ReindexStmt
- 844c05abc3f1 14.0 landed