Dean Rasheed <[email protected]> writes:
> On 5 September 2010 16:15, Tom Lane <[email protected]> wrote:
>> I don't recall having thought about it one way or the other. What did
>> the check look like?
> Well originally it was searching indexes rather than constraints, and
> funcdeps_check_pk() included the following check:
> if (!indexStruct->indisprimary || !indexStruct->indimmediate)
> continue;
> Now its looping over pg_constraint entries, so I guess anything wtih
> con->condeferrable == true should be ignored.
Seems reasonable, will fix. Thanks for the report!
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers