Stub out DatabaseBase::getSearchEngine() as a dummy method
[lhc/web/wiklou.git] / includes / db / DatabasePostgres.php
index 2773067..e5ce283 100644 (file)
@@ -1533,10 +1533,6 @@ SQL;
                return $field . '::text';
        }
 
-       public function getSearchEngine() {
-               return 'SearchPostgres';
-       }
-
        public function streamStatementEnd( &$sql, &$newLine ) {
                # Allow dollar quoting for function declarations
                if ( substr( $newLine, 0, 4 ) == '$mw$' ) {