Package Details: pg_repack 1.5.0-2

Git Clone URL: https://aur.archlinux.org/pg_repack.git (read-only, click to copy)
Package Base: pg_repack
Description: Reorganize tables in PostgreSQL databases with minimal locks (fork of pg_reorg)
Upstream URL: https://reorg.github.io/pg_repack/
Licenses: BSD
Submitter: intgr
Maintainer: drakkan
Last Packager: drakkan
Votes: 3
Popularity: 0.000000
First Submitted: 2013-01-04 11:28 (UTC)
Last Updated: 2024-03-10 09:09 (UTC)

Latest Comments

ryester19 commented on 2022-01-02 05:06 (UTC) (edited on 2022-01-02 05:47 (UTC) by ryester19)

I think clang needs to be a make dependency

make[1]: /usr/bin/clang: No such file or directory
make[1]: [/usr/lib/postgresql/pgxs/src/makefiles/../../src/Makefile.global:1070: pg_repack.bc] Error 127
make[1]: Leaving directory '/home/ryester27/.cache/yay/pg_repack/src/pg_repack-ver_1.4.7/bin'
make: [Makefile:35: all] Error 2

intgr commented on 2014-04-14 09:10 (UTC)

Sorry, you are right, I don't have the time to maintain this right now. Disowned.

drakkan commented on 2014-04-14 07:29 (UTC)

updated PKGBUILD, please let me know if you want I maintain this package # Maintainer: Marti Raudsepp <marti@juffo.org> pkgname=pg_repack pkgver=1.2.0_beta1 _pkgver=1.2.0-beta1 pkgrel=1 pkgdesc="Reorganize tables in PostgreSQL databases with minimal locks (fork of pg_reorg)" arch=(i686 x86_64) url="http://reorg.github.com/pg_repack/" license=('BSD') depends=('postgresql-libs') makedepends=('postgresql') source=(https://github.com/reorg/pg_repack/archive/ver_${_pkgver}.tar.gz) md5sums=('3d74ab0c3dc9aadaba5bb42032d56e44') build() { cd "$srcdir/$pkgname-ver_$_pkgver" make } package() { cd "$srcdir/$pkgname-ver_$_pkgver" make DESTDIR="$pkgdir" install install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/pg_repack/COPYRIGHT }

drakkan commented on 2014-04-09 15:54 (UTC)

does not build with postgres 9.3, please update to 1.2.0-beta1