Thread: AW: [HACKERS] cvs 6.5 regression tests on Linux x86
> 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
ZEUGSWETTER Andreas IZ5 <Andreas.Zeugswetter@telecom.at> writes: >> 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, I agree, since no one seems to be willing to take responsibility for fixing it. Unless someone steps up to bat in the next day or so, I will take responsibility for backing out the change ;-) regards, tom lane