temp-table-related failure in regression tests

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: temp-table-related failure in regression tests
Date: 2001-06-19 04:49:01
Message-ID: 15919.992926141@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 CONSTRAINT will 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 TEMP TABLE 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 CONSTRAINT will 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;
CREATE TEMP TABLE PKTABLE (ptest1 int, ptest2 text,
PRIMARY KEY(ptest1, ptest2));

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

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-19 05:24:29 Re: temp-table-related failure in regression tests
Previous Message Chakravarthy K Sannedhi 2001-06-19 02:59:28 Copy Error