File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
tasks/postgres-extensions Expand file tree Collapse file tree 2 files changed +4
-3
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 : " ver_ {{ pg_repack_release }}"
16
+ version : " {{ pg_repack_commit }}"
17
17
become : yes
18
18
19
19
- name : pg_repack - build
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ postgres_major:
11
11
12
12
# Full version strings for each major version
13
13
postgres_release :
14
- postgres15 : " 15.8.1.004"
14
+ postgres15 : " 15.8.1.004-repack-nonsuperuser "
15
15
postgres16 : " 16.3.1.010"
16
16
17
17
# Non Postgres Extensions
@@ -146,7 +146,8 @@ 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.0"
149
+ pg_repack_release : " 1.5.1"
150
+ pg_repack_commit : " 139895ae7387c1e247d7a2ae92359471793426a7"
150
151
pg_repack_release_checksum : sha256:9a14d6a95bfa29f856aa10538238622c1f351d38eb350b196c06720a878ccc52
151
152
152
153
pgvector_release : " 0.7.4"
You can’t perform that action at this time.
0 commit comments