PostgreSQL: Improve dropping of foreign key constraint
authorJeff Janes <jeff.janes@gmail.com>
Wed, 18 Feb 2015 05:22:40 +0000 (21:22 -0800)
committerJeff Janes <jeff.janes@gmail.com>
Wed, 18 Feb 2015 05:22:40 +0000 (21:22 -0800)
commit13fafa519207292f5355606579704b2fd3f88e51
treef7486a09537305361c5a2d74fcd3eb410c4c4d9e
parentc51517be480b3f44306bd4c9bd10d58ce5eb0e1e
PostgreSQL: Improve dropping of foreign key constraint

Change I2abd650c8ce83c5b725aec054 to fix bug T76254 was
inefficient upon subsequent updates, as update.php would
first add the constraint, and then remove it again.

Remove the older code responsible for adding the doomed
constraint.

Also, make the "do nothing" output message more consistent
with other messages of the same nature.

Change-Id: Id6a05c1234fbdc5849480d13fb7d6476eac52857
includes/installer/PostgresUpdater.php