Skip to content

Commit 52cf271

Browse files
committed
Merge branch 'PGPRO9_5' of gitlab.postgrespro.ru:pgpro-dev/postgrespro into PGPRO9_5
2 parents 3c35fcb + 40fdd1e commit 52cf271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pgpro-upgrade/pgpro_upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ case "$PGBIN" in
2323
;;
2424
esac
2525

26-
for dir in "$PGSHARE" /usr/pgsql-9.5/share /usr/share/postgresql/9.5 /usr/pgsql/9.5/share /usr/share/pgsql ; do
26+
for dir in "$PGSHARE" /usr/pgsql-9.5/share /usr/share/postgresql/9.5 /usr/pgsql/9.5/share /usr/share/pgsql /usr/share/postgrespro95 ; do
2727
if [ -d "$dir/pgpro-upgrade" ]; then
2828
DIR="$dir/pgpro-upgrade"
2929
break

0 commit comments

Comments
 (0)