Remove variable "concurrent" from ReindexStmt

Michael Paquier <michael@paquier.xyz>

Commit: 844c05abc3f1c1703bf17cf44ab66351ed9711d2
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-09-04T01:43:32Z
Releases: 14.0
Remove variable "concurrent" from ReindexStmt

This node already handles multiple options using a bitmask, so having a
separate boolean flag is not necessary.  This simplifies the code a bit
with less arguments to give to the reindex routines, by replacing the
boolean with an equivalent bitmask value.

Reviewed-by: Julien Rouhaud
Discussion: https://postgr.es/m/20200902110326.GA14963@paquier.xyz

Files

Discussion