Move DatabasePostgres to /libs/rdbms
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 19 Sep 2016 17:37:57 +0000 (10:37 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 19 Sep 2016 21:55:31 +0000 (14:55 -0700)
commitadfd1b93d924e1a579fe0f23f789f742787b3437
tree7d164697caf8f29f022a443edd0e1f2e9d153021
parent62ebd86b32cadf5335db628525b5b5426050bd0b
Move DatabasePostgres to /libs/rdbms

Fixed all IDEA warnings in the postgres classes too.

Change-Id: I06b4c5b2c581fb65552d980cc106aa10fed40285
autoload.php
includes/db/DatabasePostgres.php [deleted file]
includes/db/loadbalancer/LBFactoryMW.php
includes/libs/rdbms/database/DatabasePostgres.php [new file with mode: 0644]
includes/libs/rdbms/database/utils/SavepointPostgres.php [new file with mode: 0644]
includes/libs/rdbms/field/PostgresField.php [new file with mode: 0644]