Index: trunk/phase3/includes/db/DatabasePostgres.php |
— | — | @@ -1311,16 +1311,6 @@ |
1312 | 1312 | dieout( htmlspecialchars( $res ) ); |
1313 | 1313 | } |
1314 | 1314 | |
1315 | | - # Update version information |
1316 | | - $mwv = $this->addQuotes( $wgVersion); |
1317 | | - $pgv = $this->addQuotes( $this->getServerVersion() ); |
1318 | | - $pgu = $this->addQuotes( $this->mUser ); |
1319 | | - $mws = $this->addQuotes( $wgDBmwschema ); |
1320 | | - $tss = $this->addQuotes( $wgDBts2schema ); |
1321 | | - $pgp = $this->addQuotes( $wgDBport ); |
1322 | | - $dbn = $this->addQuotes( $this->mDBname ); |
1323 | | - $ctype = $this->addQuotes( pg_fetch_result( $this->doQuery( 'SHOW lc_ctype' ), 0, 0 ) ); |
1324 | | - |
1325 | 1315 | echo '<li>Populating interwiki table... '; |
1326 | 1316 | # Avoid the non-standard "REPLACE INTO" syntax |
1327 | 1317 | $f = fopen( "../maintenance/interwiki.sql", 'r' ); |