Generate a WARNING when the column types in a foreign key constraint are

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b88fa3b196644526c96cc08189f62773808151ab
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-03-13T22:09:14Z
Releases: 8.0.0
Generate a WARNING when the column types in a foreign key constraint are
incompatible enough to prevent indexscanning the referenced table.  Also,
improve the error message that pops out when we can't implement the FK at
all for lack of a usable equality operator.  Fabien Coelho, with some review
by Tom Lane.

Files