Sat, 21 Mar 2026 05:32:03 CST | login

Information for build pg_repack-1.4.8-4.ocs23

ID716
Package Namepg_repack
Version1.4.8
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/pg_repack.git?.#4b6edf43821e3c0576d3530135f5df8a7e55a678
SummaryReorganize tables in PostgreSQL databases without any locks
Descriptionpg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on the processed tables during processing. pg_repack is efficient to boot, with performance comparable to using CLUSTER directly. Please check the documentation (in the doc directory or online) for installation and usage instructions.
Built byocs-bot
State complete
Volume DEFAULT
StartedTue, 08 Aug 2023 18:10:29 CST
CompletedTue, 08 Aug 2023 18:13:34 CST
Taskbuild (dist-ocs23, /opencloudos-stream/pg_repack.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/pg_repack.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
pg_repack-1.4.8-4.ocs23.src.rpm (info) (download)
aarch64
pg_repack-1.4.8-4.ocs23.aarch64.rpm (info) (download)
pg_repack-debuginfo-1.4.8-4.ocs23.aarch64.rpm (info) (download)
pg_repack-debugsource-1.4.8-4.ocs23.aarch64.rpm (info) (download)
x86_64
pg_repack-1.4.8-4.ocs23.x86_64.rpm (info) (download)
pg_repack-debuginfo-1.4.8-4.ocs23.x86_64.rpm (info) (download)
pg_repack-debugsource-1.4.8-4.ocs23.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Tue Aug 08 2023 cunshunxia <cunshunxia@tencent.com> - 1.4.8-4 - fix build errors with postgresql-server-devel 15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.8-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.8-2 - Rebuilt for OpenCloudOS Stream 23 * Thu Mar 30 2023 Shuo Wang <abushwang@tencent.com> - 1.4.8-1 - initial build