Re: beta1 packaged - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: beta1 packaged
Date
Msg-id 1031237228.71961.68.camel@jester
Whole thread Raw
In response to beta1 packaged  ("Marc G. Fournier" <scrappy@hub.org>)
Responses Re: beta1 packaged  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: beta1 packaged  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Wed, 2002-09-04 at 22:39, Marc G. Fournier wrote:
> 
> will announce it on -announce tomorrow, if ppl want to take a quick look
> at it ... man pages weren't included, but I did regenerate the docs per
> Peter's suggested commands ...

'./configure && make check' passes on i386 FreeBSD.

SunOS control.shared2 5.7 Generic_106541-20 sun4u sparc SUNW,Ultra-5_10
shows an error in ALTER TABLE tests:


c> cat src/test/regress/regression.diffs 
*** ./expected/alter_table.out  Fri Aug 30 12:23:20 2002
--- ./results/alter_table.out   Thu Sep  5 07:44:18 2002
***************
*** 367,374 **** -- As should this ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references
pktable(ptest1); NOTICE:  ALTER TABLE will create implicit trigger(s) for FOREIGN KEY
check(s) DROP TABLE pktable cascade;
- NOTICE:  Drop cascades to constraint $2 on table fktable NOTICE:  Drop cascades to constraint $1 on table fktable
DROPTABLE fktable; CREATE TEMP TABLE PKTABLE (ptest1 int, ptest2 inet,
 
--- 367,374 ---- -- As should this ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references
pktable(ptest1); NOTICE:  ALTER TABLE will create implicit trigger(s) for FOREIGN KEY
check(s)
+ ERROR:  Relation "pg_temp_5"."" does not exist DROP TABLE pktable cascade; NOTICE:  Drop cascades to constraint $1 on
tablefktable DROP TABLE fktable; CREATE TEMP TABLE PKTABLE (ptest1 int, ptest2 inet,
 

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





pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Inheritance
Next
From: Bruce Momjian
Date:
Subject: Re: 7.2 - 7.3 activity