Author: zane
Description:
workaround patch
When WikiMedia tries to connect as superuser to perform DB setup with postgres, it fails because 'makeConnectionString' is not defined.
@$this->mConn = pg_connect( $this->makeConnectionString( $connectVars ) );
Note: not sure I'm using the best password in the patch. Also, I suspect this may be a missed commit or something, so the alternative fix would be to define 'makeConnectionString'
Version: 1.13.x
Severity: critical
Attached: