Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
589441e9
Commit
589441e9
authored
Aug 09, 2013
by
Andy Yates
Browse files
[
ENSCORESW-586
]. Introduced PGSQL port patch.
Patch submitted by Leo for PGSQL default port number.
parent
790ef9b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/Bio/EnsEMBL/DBSQL/DBConnection.pm
modules/Bio/EnsEMBL/DBSQL/DBConnection.pm
+4
-0
No files found.
modules/Bio/EnsEMBL/DBSQL/DBConnection.pm
View file @
589441e9
...
...
@@ -180,6 +180,10 @@ sub new {
}
}
}
}
elsif
(
$driver
eq
'
pgsql
')
{
if
(
!
defined
(
$port
)){
$port
=
5432
;
}
}
$wait_timeout
||=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment