Re: missing indexes in indexlist with partitioned tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: missing indexes in indexlist with partitioned tables
Date
Msg-id 1311202.1664752044@sss.pgh.pa.us
Whole thread Raw
In response to Re: missing indexes in indexlist with partitioned tables  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> * I can't quite figure out why you're doing "DROP TABLE a CASCADE;" in
> inherits.sql.  You've not changed anything else in that file. Did you
> mean to do this in join.sql?

Doing that would be a bad idea no matter where it's done.  IIRC,
those tables are intentionally set up to stress later dump/restore
tests (with issues like inheritance children having column order
different from their parents).

            regards, tom lane



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: missing indexes in indexlist with partitioned tables
Next
From: Thomas Munro
Date:
Subject: Re: pg_upgrade test failure