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 1313 git :
1414 repo : https://github.com/reorg/pg_repack.git
1515 dest : /tmp/pg_repack
16- version : " ver_ {{ pg_repack_release }}"
16+ version : " {{ pg_repack_commit }}"
1717 become : yes
1818
1919 - name : pg_repack - build
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ postgres_major:
1111
1212# Full version strings for each major version
1313postgres_release :
14- postgres15 : " 15.8.1.004"
14+ postgres15 : " 15.8.1.004-repack-nonsuperuser "
1515 postgres16 : " 16.3.1.010"
1616
1717# Non Postgres Extensions
@@ -146,7 +146,8 @@ wrappers_release: "0.4.3"
146146hypopg_release : " 1.4.1"
147147hypopg_release_checksum : sha256:9afe6357fd389d8d33fad81703038ce520b09275ec00153c6c89282bcdedd6bc
148148
149- pg_repack_release : " 1.5.0"
149+ pg_repack_release : " 1.5.1"
150+ pg_repack_commit : " 139895ae7387c1e247d7a2ae92359471793426a7"
150151pg_repack_release_checksum : sha256:9a14d6a95bfa29f856aa10538238622c1f351d38eb350b196c06720a878ccc52
151152
152153pgvector_release : " 0.7.4"
You can’t perform that action at this time.
0 commit comments