File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
tasks/postgres-extensions Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 13
13
git :
14
14
repo : https://github.com/reorg/pg_repack.git
15
15
dest : /tmp/pg_repack
16
- version : " {{ pg_repack_commit }}"
16
+ version : " ver_ {{ pg_repack_release }}"
17
17
become : yes
18
18
19
19
- name : pg_repack - build
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ postgres_major:
11
11
12
12
# Full version strings for each major version
13
13
postgres_release :
14
- postgres15 : " 15.8.1.007 "
15
- postgres16 : " 16.3.1.013 "
14
+ postgres15 : " 15.8.1.008 "
15
+ postgres16 : " 16.3.1.014 "
16
16
17
17
# Non Postgres Extensions
18
18
pgbouncer_release : " 1.19.0"
@@ -146,8 +146,7 @@ wrappers_release: "0.4.3"
146
146
hypopg_release : " 1.4.1"
147
147
hypopg_release_checksum : sha256:9afe6357fd389d8d33fad81703038ce520b09275ec00153c6c89282bcdedd6bc
148
148
149
- pg_repack_release : " 1.5.2"
150
- pg_repack_commit : " 85b64c6d4f599b2988343c4e7121acab505c9006"
149
+ pg_repack_release : " 1.5.0"
151
150
pg_repack_release_checksum : sha256:9a14d6a95bfa29f856aa10538238622c1f351d38eb350b196c06720a878ccc52
152
151
153
152
pgvector_release : " 0.7.4"
You can’t perform that action at this time.
0 commit comments