Re: pgsql: REINDEX SCHEMA - Mailing list pgsql-committers

From Fujii Masao
Subject Re: pgsql: REINDEX SCHEMA
Date
Msg-id CAHGQGwEG2-uUo958+XwfXfihC-dmmzFRwaQP6LorrWMPJ5cJ7A@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: REINDEX SCHEMA  (Sawada Masahiko <sawada.mshk@gmail.com>)
List pgsql-committers
On Wed, Dec 10, 2014 at 9:53 PM, Sawada Masahiko <sawada.mshk@gmail.com> wrote:
> On Tue, Dec 9, 2014 at 12:31 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
>> REINDEX SCHEMA
>>
>> Add new SCHEMA option to REINDEX and reindexdb.
>>
>> Sawada Masahiko
>>
>> Reviewed by Michael Paquier and Fabrízio de Royes Mello
>>
>
> I noticed that the unused variable in ReindexStmt has not been removed yet.
> We changed to logic of ReindexObject to avoid boolean dance.
> Attached patch rid of them(do_user and do_system variable).

Applied. Thanks!

Regards,

--
Fujii Masao


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Remove unused fields from ReindexStmt.
Next
From: Bruce Momjian
Date:
Subject: pgsql: pgbench: remove odd trailing period in init progress output