Skip to content

Commit

Permalink
Merge 577445d into 738c8eb
Browse files Browse the repository at this point in the history
  • Loading branch information
ju2wheels committed Sep 1, 2016
2 parents 738c8eb + 577445d commit b0731cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testing/postgresql.py
Expand Up @@ -28,6 +28,7 @@
__all__ = ['Postgresql', 'skipIfNotFound']

SEARCH_PATHS = (['/usr/local/pgsql', '/usr/local'] +
glob('/usr/pgsql-*') + # for CentOS/RHEL
glob('/usr/lib/postgresql/*') + # for Debian/Ubuntu
glob('/opt/local/lib/postgresql*')) # for MacPorts

Expand Down

0 comments on commit b0731cb

Please sign in to comment.