Re: [HACKERS] Buildfarm has got the measles

2015-03-01 Thread Alvaro Herrera
Tom Lane wrote: > Evidently the order in which child tables are visited isn't too stable. > I'm inclined to think that that's fine and this regression test needs > reconsideration. Thanks for pointing it out. I was going to just drop one of the tables, but then thought it is worth keeping a rewr

[HACKERS] Buildfarm has got the measles

2015-02-27 Thread Tom Lane
A significant fraction of the buildfarm is showing this in HEAD: *** *** 375,382 create table rewritemetoo1 of rewritetype; create table rewritemetoo2 of rewritetype; alter type rewritetype alter attribute a type text cascade; - NOTICE: Table 'rewritemetoo1' is being rewrit