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
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to