AW: [HACKERS] cvs 6.5 regression tests on Linux x86

Поиск
Список
Период
Сортировка
От ZEUGSWETTER Andreas IZ5
Тема AW: [HACKERS] cvs 6.5 regression tests on Linux x86
Дата
Msg-id 219F68D65015D011A8E000006F8590C60267B35E@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: [HACKERS] cvs 6.5 regression tests on Linux x86  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> diff results/triggers.out expected/triggers.out
> 39d38
> < ERROR:  check_primary_key: even number of arguments should be specified
> 41d39
> < ERROR:  check_primary_key: even number of arguments should be specified
> 
Somebody submitted a patch to refint.c, that was only intended as an idea.
I would like to see this patch to check_primary_key(...) reverted, since it:
1. does not give a correct ERROR message (coding error)
2. supplies funktionality, that is rather obscure(it triggers an insert into a primary table on an insert to a
foreign key table that would otherwise violate the foreign key constraint)
3. busted the regression test

If you need more info on this issue feel free to ask.
Andreas 



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: [HACKERS] Re:pg_dump barfs?
Следующее
От: Michael Contzen
Дата:
Сообщение: Re: [HACKERS] Hashjoin status report