Change TRUNCATE's method for searching for foreign-key references so that

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

Commit: cd4609e2a4674d81f9a6d993636d47ab853ec660
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-06-29T16:07:29Z
Releases: 8.2.0
Change TRUNCATE's method for searching for foreign-key references so that
the order in which it visits tables is not dependent on the physical order
of pg_constraint entries, and neither are the error messages it gives.
This should correct recently-noticed instability in regression tests.

Files