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:
9
9
10
10
# Full version strings for each major version
11
11
postgres_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 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 106
106
text = ''
107
107
EXT_LOADER_TO_USE="$EXT_WRAPPER_LIB/$EXT_NAME-loader-$VERSION${ postgresql . dlSuffix } "
108
108
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 } "
110
110
fi
111
111
'' ;
112
112
} ;
You can’t perform that action at this time.
0 commit comments