temp-table-related failure in regression tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема temp-table-related failure in regression tests
Дата
Msg-id 15919.992926141@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: temp-table-related failure in regression tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: timestamp with/without time zone
Следующее
От: Tom Lane
Дата:
Сообщение: Re: temp-table-related failure in regression tests