temp-table-related failure in regression tests - Mailing list pgsql-hackers

From Tom Lane
Subject temp-table-related failure in regression tests
Date
Msg-id 15919.992926141@sss.pgh.pa.us
Whole thread Raw
Responses Re: temp-table-related failure in regression tests  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Is anyone else seeing this with current CVS, or is it my own breakage?

*** ./expected/alter_table.out    Wed May 30 12:38:38 2001
--- ./results/alter_table.out    Tue Jun 19 00:45:22 2001
***************
*** 340,347 **** ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references pktable(ptest1); NOTICE:  ALTER TABLE ... ADD
CONSTRAINTwill create implicit trigger(s) for FOREIGN KEY check(s) DROP TABLE pktable;
 
! NOTICE:  DROP TABLE implicitly drops referential integrity trigger from table "fktable"
! NOTICE:  DROP TABLE implicitly drops referential integrity trigger from table "fktable" DROP TABLE fktable; CREATE
TEMPTABLE PKTABLE (ptest1 int, ptest2 text,                            PRIMARY KEY(ptest1, ptest2));
 
--- 340,347 ---- ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references pktable(ptest1); NOTICE:  ALTER TABLE ... ADD
CONSTRAINTwill create implicit trigger(s) for FOREIGN KEY check(s) DROP TABLE pktable;
 
! NOTICE:  DROP TABLE implicitly drops referential integrity trigger from table "pg_temp_15818_3"
! NOTICE:  DROP TABLE implicitly drops referential integrity trigger from table "pg_temp_15818_3" DROP TABLE fktable;
CREATETEMP TABLE PKTABLE (ptest1 int, ptest2 text,                            PRIMARY KEY(ptest1, ptest2));
 

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

        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: timestamp with/without time zone
Next
From: Tom Lane
Date:
Subject: Re: temp-table-related failure in regression tests