postgresql-13-repack_1.4.6-2_arm64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/instructure/insops/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/instructure/insops/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install postgresql-13-repack=1.4.6-2

reorganize tables in PostgreSQL databases with minimal locks

Full description:
  reorganize tables in PostgreSQL databases with minimal locks
 pg_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.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 13.

Checksums

MD5 fcaeca03eb40990cd4302cf8d61130a5
SHA1 6dbd0c2f2976afecc686990a1aea86ddf1eaf15c
SHA256 b55bb6f84dc1eeb551265faeca343132c2e2c505499de04d5d969c404ca6c23a
SHA512 955f947eb1e60c45186feaac46e4ae1c2d9055cb7c4d792ae14835639ca30f6da05777c75196a295175c6a28b5915f645eb554d78b4191e9ec9ebb5ade9cc80b

Depends

  • postgresql-13, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)

Files

  • /usr/share/postgresql/13/extension/pg_repack.control
  • /usr/share/postgresql/13/extension/pg_repack--1.4.6.sql
  • /usr/share/doc/postgresql-13-repack/style.css
  • /usr/share/doc/postgresql-13-repack/release.rst
  • /usr/share/doc/postgresql-13-repack/pg_repack.rst.gz
  • /usr/share/doc/postgresql-13-repack/pg_repack_jp.rst.gz
  • /usr/share/doc/postgresql-13-repack/Makefile
  • /usr/share/doc/postgresql-13-repack/copyright
  • /usr/share/doc/postgresql-13-repack/changelog.Debian.gz
  • /usr/lib/postgresql/13/lib/pg_repack.so
  • /usr/lib/postgresql/13/lib/bitcode/pg_repack/repack.bc
  • /usr/lib/postgresql/13/lib/bitcode/pg_repack/pgut/pgut-spi.bc
  • /usr/lib/postgresql/13/lib/bitcode/pg_repack.index.bc
  • /usr/lib/postgresql/13/bin/pg_repack

Uploaded

over 2 years ago

Package Size

98.7 KB

Installed Size

228 KB

Downloads

47

wget

wget --content-disposition "https://packagecloud.io/instructure/insops/packages/ubuntu/focal/postgresql-13-repack_1.4.6-2_arm64.deb/download.deb?distro_version_id=210"

Homepage

https://github.com/reorg/pg_repack