Removed PostgreSQL-specific hack. It does support FOR UPDATE, and if it didn't, the...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 2 May 2007 16:47:06 +0000 (16:47 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 2 May 2007 16:47:06 +0000 (16:47 +0000)
commitf03ace27c74d1107b5521414434e84c779b3dadf
tree82e0cb8b4679c902aff178e3a463b917c94931e9
parent9b06c5355c60905206e315fe6b55f35f55609567
Removed PostgreSQL-specific hack. It does support FOR UPDATE, and if it didn't, the correct place to deal with it would be in DatabasePostgres::makeSelectOptions(), not scattered throughout the code.
includes/SpecialUndelete.php