Buildfarm has got the measles

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Buildfarm has got the measles
Дата
Msg-id 17274.1425077562@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Buildfarm has got the measles  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
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
rewritetypealter attribute a type text cascade;
 
- NOTICE:  Table 'rewritemetoo1' is being rewritten (reason = 4) NOTICE:  Table 'rewritemetoo2' is being rewritten
(reason= 4) -- but this doesn't work create table rewritemetoo3 (a rewritetype); alter type rewritetype alter attribute
atype varchar cascade;
 
--- 375,382 ---- create table rewritemetoo1 of rewritetype; create table rewritemetoo2 of rewritetype; alter type
rewritetypealter attribute a type text cascade; NOTICE:  Table 'rewritemetoo2' is being rewritten (reason = 4)
 
+ NOTICE:  Table 'rewritemetoo1' is being rewritten (reason = 4) -- but this doesn't work create table rewritemetoo3 (a
rewritetype);alter type rewritetype alter attribute a type varchar cascade;
 

======================================================================

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.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: logical column ordering
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: logical column ordering