New compile warnings for inheritance

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема New compile warnings for inheritance
Дата
Msg-id 200412012211.iB1MBtp19315@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: New compile warnings for inheritance
Список pgsql-hackers
I am seeing the following regression failures with CVS head and
inheritance tests.  They look like sort order problems:

---------------------------------------------------------------------------

*** ./expected/inherit.out    Wed Dec  1 16:53:51 2004
--- ./results/inherit.out    Wed Dec  1 17:10:12 2004
***************
*** 561,573 ****  relname | f1 | f2   ---------+----+-----  bar     |  4 |   4
-  bar     |  3 | 103
-  bar     |  2 | 102  bar     |  1 | 101  bar2    |  4 |   4
-  bar2    |  3 | 103
-  bar2    |  2 | 102  bar2    |  1 | 101 (8 rows)  /* Test inheritance of structure (LIKE) */
--- 561,573 ----  relname | f1 | f2   ---------+----+-----  bar     |  4 |   4  bar     |  1 | 101
+  bar     |  2 | 102
+  bar     |  3 | 103  bar2    |  4 |   4  bar2    |  1 | 101
+  bar2    |  2 | 102
+  bar2    |  3 | 103 (8 rows)  /* Test inheritance of structure (LIKE) */

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


--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: New compile warnings
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] plperl Safe restrictions