File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
99
1010# Full version strings for each major version
1111postgres_release :
12- postgresorioledb-17 : " 17.5.1.026-orioledb-timescale-4 "
13- postgres17 : " 17.6.1.005-timescale-4 "
14- postgres15 : " 15.14.1.005-timescale-4 "
12+ postgresorioledb-17 : " 17.5.1.026-orioledb-timescale-5 "
13+ postgres17 : " 17.6.1.005-timescale-5 "
14+ postgres15 : " 15.14.1.005-timescale-5 "
1515
1616# Non Postgres Extensions
1717pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 106106 text = ''
107107 EXT_LOADER_TO_USE="$EXT_WRAPPER_LIB/$EXT_NAME-loader-$VERSION${ postgresql . dlSuffix } "
108108 if [ -f "$EXT_LOADER_TO_USE" ]; then
109- ln -sfnv "$EXT_LOADER_TO_USE" "$EXT_WRAPPER_LIB/$EXT_NAME-loader ${ postgresql . dlSuffix } "
109+ ln -sfnv "$EXT_LOADER_TO_USE" "$EXT_WRAPPER_LIB/$EXT_NAME${ postgresql . dlSuffix } "
110110 fi
111111 '' ;
112112 } ;
You can’t perform that action at this time.
0 commit comments