Re: pgsql: REINDEX SCHEMA

From: Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: REINDEX SCHEMA
Date: 2014-12-10 12:53:16
Message-ID: CAD21AoCXFE1J+hSkbeJ80rqqnhR8m_YUxdGKwZ4dL8zPqT8gjg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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).

Regards,

-------
Sawada Masahiko

Attachment Content-Type Size
000_Rid_of_unused_variable_from_ReindexStmt.patch application/octet-stream 1.4 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Petr Jelinek 2014-12-10 15:03:18 Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps
Previous Message Alvaro Herrera 2014-12-10 12:42:25 Re: pgsql: REINDEX SCHEMA