New compile warnings for inheritance - Mailing list pgsql-hackers

From Bruce Momjian
Subject New compile warnings for inheritance
Date
Msg-id 200412012211.iB1MBtp19315@candle.pha.pa.us
Whole thread Raw
Responses Re: New compile warnings for inheritance  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: New compile warnings
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] plperl Safe restrictions