Make sure unique keys carry over to postgres table duplicates
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 17 May 2017 02:20:42 +0000 (19:20 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 17 May 2017 02:20:42 +0000 (19:20 -0700)
commit44577c39621b4540dacbbc916626c4910df6361d
tree0591ea1e0b402b1c3e78669e19290fee392b7ddf
parent124390e4c7dcfdab0df00ac5c4047a01298bfa25
Make sure unique keys carry over to postgres table duplicates

This fixes BotPasswordTest failures.

Change-Id: I81003187af0c57020f9fc4cbcd2606e71907a903
includes/libs/rdbms/database/DatabasePostgres.php
tests/phpunit/includes/user/BotPasswordTest.php