Re: Proposal : REINDEX SCHEMA - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Proposal : REINDEX SCHEMA
Date
Msg-id 20141022232121.GF1791@alvin.alvh.no-ip.org
Whole thread Raw
In response to Re: Proposal : REINDEX SCHEMA  (Sawada Masahiko <sawada.mshk@gmail.com>)
Responses Re: Proposal : REINDEX SCHEMA
Re: Proposal : REINDEX SCHEMA
List pgsql-hackers
Sawada Masahiko wrote:

> Thank you for reviewing.
> I agree 2) - 5).
> Attached patch is latest version patch I modified above.
> Also, I noticed I had forgotten to add the patch regarding document of
> reindexdb.

Please don't use pg_catalog in the regression test.  That way we will
need to update the expected file whenever a new catalog is added, which
seems pointless.  Maybe create a schema with a couple of tables
specifically for this, instead.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: superuser() shortcuts
Next
From: Robert Haas
Date:
Subject: Re: pg_background (and more parallelism infrastructure patches)