Last modified: 2012-08-04 20:48:41 UTC
Created attachment 5804 [details] 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'
Definition backported to 1.13 in r47171