New compile warnings for inheritance

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: New compile warnings for inheritance
Date: 2004-12-01 22:11:55
Message-ID: 200412012211.iB1MBtp19315@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-12-01 22:20:57 Re: [HACKERS] plperl Safe restrictions
Previous Message Tom Lane 2004-12-01 22:07:50 Re: [HACKERS] New compile warnings