Fix silly thinko in ALTER COLUMN TYPE. Check for finding expected
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Aug 2004 20:53:53 +0000 (20:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Aug 2004 20:53:53 +0000 (20:53 +0000)
commit55dc7faea2af6a3ccc9dc3692e87e32c2ac4c2cf
tree1b46a154d368f786d94848027c0d9fa93803dc25
parente84c71b4e6b0744fd66c3f5b0ead8c6020c610e4
Fix silly thinko in ALTER COLUMN TYPE.  Check for finding expected
dependency was looking at wrong columns and so would always fail.
Was not exposed by regression tests because we are only testing cases
involving built-in (pinned) types and so no actual dependency entry
exists to be removed.
src/backend/commands/tablecmds.c