Re: pgsql: REINDEX SCHEMA

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: REINDEX SCHEMA
Date: 2014-12-24 12:54:54
Message-ID: CAHGQGwEG2-uUo958+XwfXfihC-dmmzFRwaQP6LorrWMPJ5cJ7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Dec 10, 2014 at 9:53 PM, Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com> wrote:
> On Tue, Dec 9, 2014 at 12:31 AM, Simon Riggs <simon(at)2ndquadrant(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-12-24 14:21:10 pgsql: pgbench: remove odd trailing period in init progress output
Previous Message Fujii Masao 2014-12-24 12:41:51 pgsql: Remove unused fields from ReindexStmt.