Skip to content

Commit ba74654

Browse files
committed
Update pgpro-upgrade for using 9.6 paths.
1 parent c727513 commit ba74654

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
@@ -27,7 +27,7 @@ case "$PGBIN" in
2727
;;
2828
esac
2929

30-
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
30+
for dir in "$PGSHARE" /usr/pgsql-9.6/share /usr/share/postgresql/9.6 /usr/pgsql/9.6/share /usr/share/pgsql /usr/share/postgrespro96 ; do
3131
if [ -d "$dir/pgpro-upgrade" ]; then
3232
DIR="$dir/pgpro-upgrade"
3333
break

0 commit comments

Comments
 (0)