Mon, 03 Mar 2025 09:07:18 UTC | login

Information for build pg_repack-1.4.5-1.fc33

ID157806
Package Namepg_repack
Version1.4.5
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/pg_repack.git#abe4d7e22bc48b06f520fb911a319c9d85ef6d04
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 bydavidlt
State failed
Volume DEFAULT
StartedTue, 09 Jun 2020 12:02:26 UTC
CompletedTue, 09 Jun 2020 12:19:39 UTC
Taskbuild (f33, /rpms/pg_repack.git:abe4d7e22bc48b06f520fb911a319c9d85ef6d04)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/pg_repack.git#abe4d7e22bc48b06f520fb911a319c9d85ef6d04'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Aug 21 2019 Filip Januš <fjanus@redhat.com> 1.4.5-1 - Initial packaging